mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
adjust media styling, rm timeline text
This commit is contained in:
committed by
Franc Camps-Febrer
parent
dbc0b0b0f2
commit
faf3ac576e
@@ -108,13 +108,15 @@ export function insetSourceFrom(allSources) {
|
||||
* view that source modal by default
|
||||
*/
|
||||
export function injectSource(id) {
|
||||
return state => ({
|
||||
...state,
|
||||
app: {
|
||||
...state.app,
|
||||
source: state.domain.sources[id]
|
||||
return state => {
|
||||
return {
|
||||
...state,
|
||||
app: {
|
||||
...state.app,
|
||||
source: state.domain.sources[id]
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
export function urlFromEnv(ext) {
|
||||
|
||||
Reference in New Issue
Block a user