From fd525f51d79900cfc7e917ce1398dd5530b7a11b Mon Sep 17 00:00:00 2001 From: soraefir Date: Wed, 2 Aug 2023 07:59:18 +0200 Subject: [PATCH] Fix hotel map pin --- template/module/map.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/module/map.pug b/template/module/map.pug index 3f642cc..34f6e83 100644 --- a/template/module/map.pug +++ b/template/module/map.pug @@ -9,7 +9,7 @@ l-map( ) l-control-scale(position="topright", :imperial="false", :metric="true") l-marker( - v-if="journey_data.main[idx].hotel && journey_data.main[idx].hotel.icon", + v-if="journey_data.main[idx].hotel", :lat-lng="journey_data.main[idx].hotel.latlon" ) l-icon