Skip to content

Commit

Permalink
Disable the unverified layer by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Feb 13, 2025
1 parent bfc51d3 commit fe98744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nr-app/src/redux/slices/map.slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const initialState: MapState = {
hitchwiki: false,
timesafari: false,
triphopping: false,
unverified: true,
unverified: false,
},
};

Expand Down

0 comments on commit fe98744

Please sign in to comment.