mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 12:58:35 +03:00
refactor timeline config to redux state
This commit is contained in:
@@ -25,7 +25,7 @@ export const getNotifications = state => state.domain.notifications
|
||||
export const getTagTree = state => state.domain.tags
|
||||
export const getTagsFilter = state => state.app.filters.tags
|
||||
export const getCategoriesFilter = state => state.app.filters.categories
|
||||
export const getTimeRange = state => state.app.filters.timerange
|
||||
export const getTimeRange = state => state.app.timeline.range
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user