Skip to content

Commit

Permalink
Fix build (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
borisyankov authored Feb 13, 2017
1 parent b630bb0 commit ab387ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reactions/ReactionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default class ReactionList extends React.PureComponent {
const { messageId, reactions, selfEmail } = this.props;

if (!reactions || reactions.length === 0) {
return null;
}
return null;
}

const aggregated = aggregateReactions(reactions, selfEmail);

Expand Down

0 comments on commit ab387ac

Please sign in to comment.