fix: fixed linter issues

This commit is contained in:
Adriaan Jacquet 2025-04-22 14:26:00 +02:00
parent 283c2e6f78
commit f35802f3c3
3 changed files with 2 additions and 5 deletions

View file

@ -11,7 +11,7 @@
const { t, locale } = useI18n();
const role = auth.authState.activeRole;
const router = useRouter();
const _router = useRouter(); // Zonder '_' gaf dit een linter error voor unused variable
const name: string = auth.authState.user!.profile.name!;
const initials: string = name