From 0a447a6df62676d5bb75ce851eedabbb214cf628 Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Mon, 10 Oct 2022 15:56:57 -0400 Subject: [PATCH] Update ButtonFetchLatLong.js --- src/components/ButtonFetchLatLong.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ButtonFetchLatLong.js b/src/components/ButtonFetchLatLong.js index f3293c9..e843836 100644 --- a/src/components/ButtonFetchLatLong.js +++ b/src/components/ButtonFetchLatLong.js @@ -61,5 +61,5 @@ export const FetchLatLongBtn = ({formik}) => { }; FetchLatLongBtn.propTypes = { - formik: PropTypes.object(), + formik: PropTypes.any, };