mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Add ticks to redux state
This commit is contained in:
@@ -302,6 +302,14 @@ export function updateColoringSet(coloringSet) {
|
||||
};
|
||||
}
|
||||
|
||||
export const UPDATE_TICKS = "UPDATE_TICKS";
|
||||
export function updateTicks(ticks) {
|
||||
return {
|
||||
type: UPDATE_TICKS,
|
||||
ticks,
|
||||
};
|
||||
}
|
||||
|
||||
// UI
|
||||
|
||||
export const TOGGLE_SITES = "TOGGLE_SITES";
|
||||
|
||||
Reference in New Issue
Block a user