diff --git a/src/app/helpers/id.ts b/src/app/helpers/id.ts index ad79893..c35612f 100644 --- a/src/app/helpers/id.ts +++ b/src/app/helpers/id.ts @@ -1,5 +1,5 @@ import { v7 as uuid } from 'uuid'; export function id(): string { - return uuid() as string; + return uuid(); } diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index 32d7b22..fc5433b 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -37,7 +37,7 @@ export class HomeComponent { count: computed(() => this.modService.mod().spawners.length), }, { - name: 'Dialogs', + name: 'NPC Scripts/Dialogs', count: computed(() => this.modService.mod().dialogs.length), }, {