mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Removed length check which now happens in reducer
This commit is contained in:
parent
35e2cad4eb
commit
3cc6255a7e
@ -121,10 +121,6 @@ then we set the `displayName` to just be the `username` of the account.
|
|||||||
let actionBtn = '';
|
let actionBtn = '';
|
||||||
let following = false;
|
let following = false;
|
||||||
|
|
||||||
if (displayName.length === 0) {
|
|
||||||
displayName = account.get('username');
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Next, we handle the account relationships. If the account follows the
|
Next, we handle the account relationships. If the account follows the
|
||||||
|
Loading…
Reference in New Issue
Block a user