Skip to content

Commit

Permalink
Merge pull request #1653 from mewtaylor/issue/gh-1652
Browse files Browse the repository at this point in the history
Fix GH-1652: resolve typo in social message count name
  • Loading branch information
mewtaylor committed Nov 3, 2017
2 parents 05bdcc7 + 8489918 commit a87b7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/messages/container.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ var Messages = React.createClass({
messages={this.props.messages}
adminMessages={this.props.adminMessages}
scratcherInvite={this.props.invite}
numNewMessages={this.props.numNewSocialMessages}
numNewMessages={this.props.numNewMessages}
handleFilterClick={this.handleFilterClick}
handleAdminDismiss={this.handleMessageDismiss}
loadMore={loadMore}
Expand Down

0 comments on commit a87b7dc

Please sign in to comment.