forked from FoundKeyGang/FoundKey
refactor: add missing semicolons to type
This commit is contained in:
parent
75545b4b87
commit
f9eaf56491
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue