mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
Linting fixes
This commit is contained in:
@@ -353,7 +353,7 @@ class Map extends React.Component {
|
||||
<React.Fragment>
|
||||
{this.renderTiles()}
|
||||
{this.renderMarkers()}
|
||||
{this.props.ui.radial ? this.renderClusterGradients(): null}
|
||||
{this.props.ui.radial ? this.renderClusterGradients() : null}
|
||||
{isShowingSites ? this.renderSites() : null}
|
||||
{this.renderShapes()}
|
||||
{this.renderNarratives()}
|
||||
|
||||
Reference in New Issue
Block a user