mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix typo
This commit is contained in:
parent
04bfd4262f
commit
df2c0b8dad
@ -52,7 +52,7 @@ const SuggestionsBox = React.createClass({
|
|||||||
render () {
|
render () {
|
||||||
const accounts = this.props.accounts.take(3);
|
const accounts = this.props.accounts.take(3);
|
||||||
|
|
||||||
if (account.size === 0) {
|
if (accounts.size === 0) {
|
||||||
return <div />;
|
return <div />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user