Restore empty prefix for AttributionControl

Without this, the attribution control shows a link to Leaflet website
This commit is contained in:
Maciej Ziarkowski 2019-09-09 12:35:03 +01:00
parent f69a0ef90f
commit 556269661a

View File

@ -160,7 +160,7 @@ class ColouringMap extends Component<ColouringMapProps, ColouringMapState> { //
{ dataLayer } { dataLayer }
{ highlightLayer } { highlightLayer }
<ZoomControl position="topright" /> <ZoomControl position="topright" />
<AttributionControl /> <AttributionControl prefix=""/>
</Map> </Map>
{ {
this.props.mode !== 'basic'? ( this.props.mode !== 'basic'? (