From f9eaf564912321dc1504a44c040b498b674bcae6 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Thu, 25 Aug 2022 18:02:30 +0200 Subject: [PATCH] refactor: add missing semicolons to type --- packages/client/src/components/instance-ticker.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/client/src/components/instance-ticker.vue b/packages/client/src/components/instance-ticker.vue index b6594c435..9e439ca37 100644 --- a/packages/client/src/components/instance-ticker.vue +++ b/packages/client/src/components/instance-ticker.vue @@ -10,10 +10,10 @@ import { instanceName } from '@/config'; const props = defineProps<{ instance?: { - faviconUrl?: string - name: string - themeColor?: string - } + faviconUrl?: string; + name: string; + themeColor?: string; + }; }>(); // if no instance data is given, this is for the local instance