panel should show start time

This commit is contained in:
2023-02-28 12:50:46 +10:00
parent 83c25f20bb
commit 79eea9ea25

View File

@@ -164,7 +164,7 @@ const computedDate = computed(() => {
);
}
} else {
str = new SMDate(props.endDate, { format: "yMd" }).format(
str = new SMDate(props.date, { format: "yMd" }).format(
"dd/MM/yyyy @ h:mm aa"
);
}