mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
add cover with toggle
This commit is contained in:
@@ -291,6 +291,13 @@ export function markNotificationsRead () {
|
||||
}
|
||||
}
|
||||
|
||||
export const TOGGLE_COVER = 'TOGGLE_COVER'
|
||||
export function toggleCover () {
|
||||
return {
|
||||
type: TOGGLE_COVER
|
||||
}
|
||||
}
|
||||
|
||||
// ERRORS
|
||||
|
||||
export const FETCH_SOURCE_ERROR = 'FETCH_SOURCE_ERROR'
|
||||
|
||||
Reference in New Issue
Block a user