mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
fix projects!
This commit is contained in:
@@ -65,7 +65,6 @@ class Dashboard extends React.Component {
|
||||
)
|
||||
// check events before
|
||||
let ptr = idx - 1
|
||||
console.log(events)
|
||||
while (events[idx].datetime === events[ptr].datetime) {
|
||||
matchedEvents.push(events[ptr])
|
||||
ptr -= 1
|
||||
|
||||
Reference in New Issue
Block a user