feat: thema's dropdown
This commit is contained in:
parent
feb8b38ed1
commit
ca59f8b767
8 changed files with 77 additions and 37 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
const role = auth.authState.activeRole;
|
||||
|
||||
const name: string = auth.authState.user!.profile.name!;
|
||||
const name: string = "";//auth.authState.user!.profile.name!;
|
||||
const initials: string = name
|
||||
.split(" ")
|
||||
.map((n) => n[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue