hostel
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
choelzl 2021-08-04 07:52:11 +02:00
parent eb14dcb12e
commit 45f31e360c
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -60,7 +60,7 @@
></l-tile-layer>
<l-control-scale position="topright" :imperial="false" :metric="true"></l-control-scale>
<l-marker v-if="item.hotel && item.hotel.icon" :lat-lng.sync="item.hotel.latlon">
<l-marker v-if="item.hotel" :lat-lng.sync="item.hotel.latlon">
<l-icon>
<div v-html="generate_icon(item.hotel,'darkblue')"></div>
</l-icon>