fix (client): squareCatAvatars config being not reflected in some places
This was overlooked in 6b2bad1fb6
This commit is contained in:
parent
1ce0a068c8
commit
30c22a2431
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
class="eiwwqkts _noSelect"
|
||||
:class="{
|
||||
cat: user.isCat,
|
||||
square: defaultStore.state.squareAvatars,
|
||||
square: user.isCat
|
||||
? defaultStore.state.squareCatAvatars
|
||||
: defaultStore.state.squareAvatars,
|
||||
}"
|
||||
:style="{ color }"
|
||||
:title="acct.toString(user)"
|
||||
|
|
Loading…
Reference in a new issue