mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
fix binary search
This commit is contained in:
@@ -62,7 +62,7 @@ class Dashboard extends React.Component {
|
||||
events,
|
||||
selected,
|
||||
(e1, e2) => {
|
||||
return e2.datetime - e1.datetime
|
||||
return e1.datetime - e2.datetime
|
||||
}
|
||||
)
|
||||
// check events before
|
||||
|
||||
@@ -88,7 +88,6 @@ class Toolbar extends React.Component {
|
||||
}
|
||||
|
||||
renderToolbarFilterPanel () {
|
||||
console.log(this.props)
|
||||
return (
|
||||
<TabPanel>
|
||||
<TagListPanel
|
||||
|
||||
Reference in New Issue
Block a user