Skip to content

Commit

Permalink
Bugfix. Add missing value.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Nov 25, 2024
1 parent 3df23c9 commit e39a1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nr-app/src/redux/slices/map.slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const initialState: MapState = {
hitchwiki: false,
timesafari: false,
triphopping: false,
unverified: false,
},
};

Expand Down

0 comments on commit e39a1ff

Please sign in to comment.