Pages (terms/tos/privacy), comments improvements, etc

This commit is contained in:
vjrj 2018-01-21 20:53:21 +01:00
parent cd16f45d8e
commit 952431d296
34 changed files with 435 additions and 97 deletions

View file

@ -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 />);
}
}