diff --git a/components/Message.vue b/components/Message.vue index db08258..15d656f 100644 --- a/components/Message.vue +++ b/components/Message.vue @@ -47,7 +47,7 @@ Yesterday at {{ date.toLocaleDateString(undefined) }}, - {{ date.toLocaleTimeString(undefined, { hour12: props.format=="12", timeStyle: "short" }) }} + {{ date.toLocaleTimeString(undefined, { hour12: props.format == "12", timeStyle: "short" }) }}
diff --git a/components/UserInterface/RadioButtons.vue b/components/UserInterface/RadioButtons.vue index a43a80a..c36b5d0 100644 --- a/components/UserInterface/RadioButtons.vue +++ b/components/UserInterface/RadioButtons.vue @@ -1,6 +1,6 @@