From 586ee6246ff71e199885b92a1b15252214e2d428 Mon Sep 17 00:00:00 2001 From: Ramin Farhadi Date: Tue, 27 Aug 2024 16:16:38 -0400 Subject: [PATCH] added the arrow-up arrow-down function. --- src/App.tsx | 8 ++++---- src/components/MapMenu.tsx | 2 +- src/components/SearchResults.tsx | 35 ++++++++++++++++++++++++++++---- 3 files changed, 36 insertions(+), 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 216d19d..510012f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -83,7 +83,7 @@ function App() { const [visibility, setVisibility] = useState({ locations: { - buildings: true, + buildings: false, housing: false, dining: false, retail: false, @@ -802,7 +802,7 @@ function App() { -
+
-
+ -