Skip to content

Commit

Permalink
fix(frontend): default do not show map on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 9, 2024
1 parent 3eadf55 commit 9b5c5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/store/slices/HomeSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const initialState: HomeStateTypes = {
variant: 'info',
duration: 0,
},
showMapStatus: true,
showMapStatus: false,
projectCentroidLoading: false,
homeProjectPagination: {
has_next: false,
Expand Down

0 comments on commit 9b5c5d6

Please sign in to comment.