1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
This commit is contained in:
Eugen Rochko 2016-10-15 16:57:10 +02:00
parent 04bfd4262f
commit df2c0b8dad

View file

@ -52,7 +52,7 @@ const SuggestionsBox = React.createClass({
render () {
const accounts = this.props.accounts.take(3);
if (account.size === 0) {
if (accounts.size === 0) {
return <div />;
}