From 6bc5bfedc5e388c248e06c03f7439a094f51309e Mon Sep 17 00:00:00 2001 From: K Date: Mon, 25 Nov 2024 12:33:15 +0000 Subject: [PATCH] moving switches to the left --- nr-app/src/components/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nr-app/src/components/Map.tsx b/nr-app/src/components/Map.tsx index da2f893..6eac887 100644 --- a/nr-app/src/components/Map.tsx +++ b/nr-app/src/components/Map.tsx @@ -220,11 +220,11 @@ export default function Map() { keyExtractor={([key]) => key} renderItem={({ item: [key, config] }) => ( - {config.title} void dispatch(toggleLayer(key))} /> + {config.title} )} />