mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 02:05:39 +03:00
Very embarrassing mistake
Why do I even name such bad variable names
This commit is contained in:
parent
fa1769c3c2
commit
735cbf05b7
1 changed files with 3 additions and 3 deletions
|
@ -113,11 +113,11 @@ function Notification({ notification }) {
|
|||
<Avatar
|
||||
url={account.avatarStatic}
|
||||
size={
|
||||
accounts < 10
|
||||
_accounts.length < 10
|
||||
? 'xl'
|
||||
: accounts < 100
|
||||
: _accounts.length < 100
|
||||
? 'l'
|
||||
: accounts < 1000
|
||||
: _accounts.length < 1000
|
||||
? 'm'
|
||||
: 's' // My god, this person is popular!
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue