summaryrefslogtreecommitdiffstats
path: root/web/react/components/more_channels.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-27 10:32:13 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-10-27 12:46:31 -0400
commit887d205b1fbb3188331a324ba59b7ec187a2d772 (patch)
treeecb2ce256daa9d946350a6d1ff936d25e085ac77 /web/react/components/more_channels.jsx
parent09b38404fa9aadd1b359863024f7def0f34de823 (diff)
downloadchat-887d205b1fbb3188331a324ba59b7ec187a2d772.tar.gz
chat-887d205b1fbb3188331a324ba59b7ec187a2d772.tar.bz2
chat-887d205b1fbb3188331a324ba59b7ec187a2d772.zip
Renamed Channel.Description to Channel.Header on the client
Diffstat (limited to 'web/react/components/more_channels.jsx')
-rw-r--r--web/react/components/more_channels.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx
index a0084ad30..585baee01 100644
--- a/web/react/components/more_channels.jsx
+++ b/web/react/components/more_channels.jsx
@@ -105,11 +105,12 @@ export default class MoreChannels extends React.Component {
);
}
+ // TODO Switch channel.header to channel.purpose once that has been added
return (
<tr key={channel.id}>
<td>
<p className='more-name'>{channel.display_name}</p>
- <p className='more-description'>{channel.description}</p>
+ <p className='more-header'>{channel.header}</p>
</td>
<td className='td--action'>
{joinButton}