Fix follow suggestions ranking

This commit is contained in:
Eugen Rochko
2016-10-15 16:54:50 +02:00
parent 7075cef8f9
commit 04bfd4262f
2 changed files with 5 additions and 1 deletions

View File

@ -52,6 +52,10 @@ const SuggestionsBox = React.createClass({
render () {
const accounts = this.props.accounts.take(3);
if (account.size === 0) {
return <div />;
}
return (
<div style={outerStyle}>
<strong style={headerStyle}>Who to follow</strong>