mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Deprecated usage of env constants USE_ASSOCIATION_DESCRIPTIONS, USE_NARRATIVESand FILTERS_AS_NARRATIVES to instead check for existence of narratives; deprecated usage of unused components such as CardFilters, CardNarrative, and NarrativeLink
This commit is contained in:
@@ -76,7 +76,7 @@ export const selectEvents = createSelector(
|
||||
export const selectNarratives = createSelector(
|
||||
[getEvents, getNarratives, getSources, getFeatures],
|
||||
(events, narrativesMeta, sources, features) => {
|
||||
if (!features.USE_NARRATIVES) {
|
||||
if (Array.isArray(narrativesMeta) && narrativesMeta.length === 0) {
|
||||
return []
|
||||
}
|
||||
const narratives = {}
|
||||
|
||||
Reference in New Issue
Block a user