From 9d7ff97f29b29575ed1707861b08e498c118ecba Mon Sep 17 00:00:00 2001 From: sora-ext Date: Tue, 4 Mar 2025 17:24:23 +0100 Subject: [PATCH] Update src/template/module/view/short_leg.pug --- src/template/module/view/short_leg.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/module/view/short_leg.pug b/src/template/module/view/short_leg.pug index 756cabb..9ab1b76 100644 --- a/src/template/module/view/short_leg.pug +++ b/src/template/module/view/short_leg.pug @@ -11,7 +11,7 @@ ) .col-1.col-sm-2 .input.col-5.col-sm-3.text-dark - .text(disabled="" placeholder="No Hotel" :value="item.hotel?item.hotel.sname:''") {{item.hotel?item.hotel.sname:'No Hotel'}} + .text(disabled="" placeholder="No Hotel" :value="item.hotel?item.hotel.sname:''") {{(item.hotel?item.hotel.sname:'') || 'No Hotel'}} //- .row.text-center .input.col-sm-3(v-if="item.travel") div(v-for="(item, idx) in item.travel")