mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Check-in rule visualization: Fix customtime nodes
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
},
|
},
|
||||||
tf (val) {
|
tf (val) {
|
||||||
const format = $("body").attr("data-timeformat")
|
const format = $("body").attr("data-timeformat")
|
||||||
return moment(val).format(format)
|
return moment(val, "HH:mm:ss").format(format)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user