Skip to content
Snippets Groups Projects
Commit df2c0b8d authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix typo

parent 04bfd426
No related branches found
No related tags found
No related merge requests found
......@@ -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 />;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment