mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Separate tabs and narratives on tab panels
This commit is contained in:
@@ -247,3 +247,10 @@ export function toggleMapView(layer) {
|
||||
layer
|
||||
}
|
||||
}
|
||||
|
||||
export const TOGGLE_GUIDEDMODE = 'TOGGLE_GUIDEDMODE';
|
||||
export function toggleGuidedMode() {
|
||||
return {
|
||||
type: TOGGLE_GUIDEDMODE
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user