Removed length check which now happens in reducer

lolsob-rspec
kibigo! 2017-10-11 11:50:11 -07:00
parent 215da1a03c
commit 037d7478af
1 changed files with 0 additions and 4 deletions

View File

@ -121,10 +121,6 @@ then we set the `displayName` to just be the `username` of the account.
let actionBtn = '';
let following = false;
if (displayName.length === 0) {
displayName = account.get('username');
}
/*
Next, we handle the account relationships. If the account follows the