mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Remove warnings
This commit is contained in:
@@ -217,7 +217,7 @@ class Toolbar extends React.Component {
|
||||
return (
|
||||
<div className={classes}>
|
||||
{this.renderClosePanel()}
|
||||
<Tabs selectedIndex={this.state._selected}>
|
||||
<Tabs onSelect={() => null} selectedIndex={this.state._selected}>
|
||||
{narratives && narratives.length !== 0
|
||||
? this.renderToolbarNarrativePanel()
|
||||
: null}
|
||||
|
||||
Reference in New Issue
Block a user