Merge branch 'dev' into feat/leerpad-vragen
This commit is contained in:
commit
90ece281fd
20 changed files with 204 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue