refactor: add missing semicolons to type
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/test Pipeline failed

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

View file

@ -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