From 15d12bbd6e0d543c163741bf39052841856b105e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veronika=20Feh=C3=A9rv=C3=ADziov=C3=A1?= <128744051+VeronikaFeherviziova@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:02:18 +0100 Subject: [PATCH] refactor: reformat internship editor code --- frontend/app/components/InternshipEditor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/InternshipEditor.vue b/frontend/app/components/InternshipEditor.vue index f2bcc94..bd496cf 100644 --- a/frontend/app/components/InternshipEditor.vue +++ b/frontend/app/components/InternshipEditor.vue @@ -91,8 +91,8 @@ const form = ref({ const user = useSanctumUser(); -function dateTimeFixup(datetime: Date|string) { - if(typeof datetime === 'string') { +function dateTimeFixup(datetime: Date | string) { + if (typeof datetime === 'string') { return datetime; }