Pages (terms/tos/privacy), comments improvements, etc
This commit is contained in:
parent
cd16f45d8e
commit
952431d296
34 changed files with 435 additions and 97 deletions
|
|
@ -160,8 +160,7 @@ class SelectionMap extends Component {
|
|||
render() {
|
||||
const { t, onRemove } = this.props;
|
||||
return (
|
||||
<div>
|
||||
{ this.isValidState() &&
|
||||
this.isValidState() ?
|
||||
<Fragment>
|
||||
<Map
|
||||
className="selectionmap-leaflet-container"
|
||||
|
|
@ -251,10 +250,8 @@ class SelectionMap extends Component {
|
|||
</ButtonGroup>
|
||||
</Control>
|
||||
</Map>
|
||||
</Fragment>
|
||||
}
|
||||
</div>
|
||||
);
|
||||
</Fragment> :
|
||||
<div />);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue