Skip to content

Commit c8ac58c

Browse files
author
henrychoy
committed
fix: use snapshotCreatedOn for timestamp
1 parent ce2ef39 commit c8ac58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/dialogs/QueueDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
hour: 'numeric',
108108
minute: 'numeric',
109109
hour12: true
110-
}).format(new Date(snapshot.createdOn))
110+
}).format(new Date(snapshot.snapshotCreatedOn))
111111
}}
112112
<q-chip
113113
v-if="snapshot.latestSnapshot"

0 commit comments

Comments
 (0)