summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-07 13:18:10 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-07 13:18:10 -0700
commitff4b94f02b038bf754ba3fcb00b7dd2a421a2d71 (patch)
treeeccb9411fee9fcbafd9f6566f2d3637b803259b3 /web/react
parent91511281c55ac9b7d3d8ce21d409905c2aec1955 (diff)
downloadchat-ff4b94f02b038bf754ba3fcb00b7dd2a421a2d71.tar.gz
chat-ff4b94f02b038bf754ba3fcb00b7dd2a421a2d71.tar.bz2
chat-ff4b94f02b038bf754ba3fcb00b7dd2a421a2d71.zip
Small changes and code clean-up
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/more_channels.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx
index 3cb83cec5..dad0a644a 100644
--- a/web/react/components/more_channels.jsx
+++ b/web/react/components/more_channels.jsx
@@ -83,7 +83,7 @@ module.exports = React.createClass({
(moreChannels.length ?
<table className="more-channel-table table">
<tbody>
- {this.state.channels.map(function(channel) {
+ {moreChannels.map(function(channel) {
return (
<tr key={channel.id}>
<td>
@@ -108,7 +108,7 @@ module.exports = React.createClass({
<div id="round_3" className="round"></div>
</div>
</div>}
- { server_error }
+ { server_error }
</div>
<div className="modal-footer">
<button type="button" className="btn btn-default" data-dismiss="modal">Close</button>