bad variable

This commit is contained in:
2023-02-02 17:29:06 +10:00
parent 7f1d0b127d
commit c3ebec38d7

View File

@@ -124,7 +124,7 @@ const workshopDate = computed(() => {
) != ) !=
event.value.end_at.substring(0, event.value.end_at.indexOf(" ")) event.value.end_at.substring(0, event.value.end_at.indexOf(" "))
) { ) {
str = format(new Date(props.date), "dd/MM/yyyy"); str = format(new Date(event.value.start_at), "dd/MM/yyyy");
if (event.value.end_at.length > 0) { if (event.value.end_at.length > 0) {
str = str =
str + str +