summaryrefslogtreecommitdiffstats
path: root/web/react/components/more_channels.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-27 12:34:21 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-10-27 12:46:31 -0400
commit019bf6a7fed85138a6a3be6ef70fbb994be49abe (patch)
tree36868a7c0b8efb6a530d15e5aaab2f0188a9e220 /web/react/components/more_channels.jsx
parent61da22ea32a71015191e94665171e9703bd39211 (diff)
downloadchat-019bf6a7fed85138a6a3be6ef70fbb994be49abe.tar.gz
chat-019bf6a7fed85138a6a3be6ef70fbb994be49abe.tar.bz2
chat-019bf6a7fed85138a6a3be6ef70fbb994be49abe.zip
Added ability to see/edit channel purpose in the client
Diffstat (limited to 'web/react/components/more_channels.jsx')
-rw-r--r--web/react/components/more_channels.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx
index 585baee01..c4f831c2e 100644
--- a/web/react/components/more_channels.jsx
+++ b/web/react/components/more_channels.jsx
@@ -105,12 +105,11 @@ 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-header'>{channel.header}</p>
+ <p className='more-purpose'>{channel.purpose}</p>
</td>
<td className='td--action'>
{joinButton}