]> cat aescling's git repositories - mastodon.git/commitdiff
Fix typo
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 15 Oct 2016 14:57:10 +0000 (16:57 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 15 Oct 2016 14:57:10 +0000 (16:57 +0200)
app/assets/javascripts/components/features/compose/components/suggestions_box.jsx

index 3991fee4dc178c123638d39af9476e5a72d8393e..50229eb691488cffc70bd26d5230b77d3efad25c 100644 (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 />;
     }