mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Fix typo
This commit is contained in:
@@ -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 />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user