mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
Moving extraneous comments
This commit is contained in:
@@ -95,9 +95,6 @@ export const selectEvents = createSelector(
|
||||
isActiveTime = features.GRAPH_NONLOCATED
|
||||
? (!event.latitude && !event.longitude) || isActiveTime
|
||||
: isActiveTime;
|
||||
// if (isActiveTime && isActiveFilter && isActiveCategory) {
|
||||
// acc[event.id] = { ...event };
|
||||
// }
|
||||
if (isActiveTime && isActiveCategory) {
|
||||
if (event.type === TIMELINE_ONLY || isActiveFilter) {
|
||||
acc[event.id] = { ...event };
|
||||
|
||||
Reference in New Issue
Block a user