mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
[SM-252] Enable strict templates (#3601)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<app-avatar
|
||||
[text]="activeAccount.name"
|
||||
[id]="activeAccount.id"
|
||||
size="25"
|
||||
[size]="25"
|
||||
[circle]="true"
|
||||
[fontSize]="14"
|
||||
[dynamic]="true"
|
||||
@@ -61,7 +61,7 @@
|
||||
<app-avatar
|
||||
[text]="a.value.profile.name ?? a.value.profile.email"
|
||||
[id]="a.value.profile.userId"
|
||||
size="25"
|
||||
[size]="25"
|
||||
[circle]="true"
|
||||
[fontSize]="14"
|
||||
[dynamic]="true"
|
||||
|
||||
Reference in New Issue
Block a user