From 9b5c5d604ceae2e93cc87b7067a8dfdd5c0bb8a5 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 9 Dec 2024 21:18:27 +0000 Subject: [PATCH] fix(frontend): default do not show map on home page --- src/frontend/src/store/slices/HomeSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/store/slices/HomeSlice.ts b/src/frontend/src/store/slices/HomeSlice.ts index da1f348b48..23d45344e2 100755 --- a/src/frontend/src/store/slices/HomeSlice.ts +++ b/src/frontend/src/store/slices/HomeSlice.ts @@ -12,7 +12,7 @@ export const initialState: HomeStateTypes = { variant: 'info', duration: 0, }, - showMapStatus: true, + showMapStatus: false, projectCentroidLoading: false, homeProjectPagination: { has_next: false,