From 9d9e79b07ded3f65f82897cc5edf04ef5b39e037 Mon Sep 17 00:00:00 2001 From: sora-ext Date: Mon, 24 Feb 2025 15:16:48 +0100 Subject: [PATCH] Update template/module/short_sec.pug --- template/module/short_sec.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/module/short_sec.pug b/template/module/short_sec.pug index 3bfe2bf..bc005b0 100644 --- a/template/module/short_sec.pug +++ b/template/module/short_sec.pug @@ -6,7 +6,7 @@ input( disabled="", placeholder="No Dates", - :value="item.dateRange ? format_date(item.dateRange[0]) + ' - ' + format_date(item.dateRange[1]) : ''" + :value="item.date_range ? format_date(item.date_range[0]) + ' - ' + format_date(item.date_range[1]) : ''" ) .input.col-sm-2 input(disabled="", placeholder="No Hotel", :value="item.hotel.sname")