Skip to content

Commit e39a1ff

Browse files
committed
Bugfix. Add missing value.
1 parent 3df23c9 commit e39a1ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nr-app/src/redux/slices/map.slice.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const initialState: MapState = {
2121
hitchwiki: false,
2222
timesafari: false,
2323
triphopping: false,
24+
unverified: false,
2425
},
2526
};
2627

0 commit comments

Comments
 (0)