WIP fixing up the member list - just needs CSS and testing
This commit is contained in:
parent
80c3b2c8a3
commit
e3798e1b85
5 changed files with 296 additions and 16 deletions
|
@ -72,7 +72,7 @@ module.exports = React.createClass({
|
|||
if (!this.state.numUnreadMessages) {
|
||||
return "";
|
||||
}
|
||||
return this.state.numUnreadMessages + " new messages";
|
||||
return this.state.numUnreadMessages + " new message" + (this.state.numUnreadMessages > 1 ? "s" : "");
|
||||
},
|
||||
|
||||
scrollToBottom: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue