From 019bf6a7fed85138a6a3be6ef70fbb994be49abe Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 27 Oct 2015 12:34:21 -0400 Subject: Added ability to see/edit channel purpose in the client --- web/react/components/more_channels.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/react/components/more_channels.jsx') 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 (

{channel.display_name}

-

{channel.header}

+

{channel.purpose}

{joinButton} -- cgit v1.2.3-1-g7c22