refactor: add missing semicolons to type

This commit is contained in:
Johann150 2022-08-25 18:02:30 +02:00
parent 75545b4b87
commit f9eaf56491
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -10,10 +10,10 @@ import { instanceName } from '@/config';
const props = defineProps<{ const props = defineProps<{
instance?: { instance?: {
faviconUrl?: string faviconUrl?: string;
name: string name: string;
themeColor?: string themeColor?: string;
} };
}>(); }>();
// if no instance data is given, this is for the local instance // if no instance data is given, this is for the local instance