Group map fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-06 10:41:31 +01:00
parent 4de39d5850
commit 4340cf7569
2 changed files with 5 additions and 3 deletions

View File

@@ -505,13 +505,15 @@
</p>
</address>
</div>
<span
<b-button
class="map-show-button"
type="is-text"
@click="showMap = !showMap"
@keyup.enter="showMap = !showMap"
v-if="physicalAddress.geom"
>{{ $t("Show map") }}</span
>
{{ $t("Show map") }}
</b-button>
</div>
</div>
</event-metadata-block>