From b76cba496d1b4ce57bc3ca980e0a78a9adad0cbf Mon Sep 17 00:00:00 2001 From: gugahnstn Date: Mon, 2 Oct 2023 00:59:47 -0300 Subject: [PATCH] feat: adding 'div' --- src/components/SearchMap/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/SearchMap/index.tsx b/src/components/SearchMap/index.tsx index f06a212..95c326a 100644 --- a/src/components/SearchMap/index.tsx +++ b/src/components/SearchMap/index.tsx @@ -31,12 +31,14 @@ export const SearchMap = ({ longitude, latitude }: SearchMapProps) => { }, [longitude, latitude]); return ( +
+
); };