mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
add toggle button for sites
This commit is contained in:
@@ -244,6 +244,13 @@ export function updateSource(source) {
|
||||
|
||||
// UI
|
||||
|
||||
export const TOGGLE_SITES = 'TOGGLE_SITES'
|
||||
export function toggleSites() {
|
||||
return {
|
||||
type: TOGGLE_SITES
|
||||
}
|
||||
}
|
||||
|
||||
export const TOGGLE_FETCHING_DOMAIN = 'TOGGLE_FETCHING_DOMAIN'
|
||||
export function toggleFetchingDomain() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user