don't show channel on fetch

This commit is contained in:
btzr-io 2017-10-14 19:53:43 -06:00
parent 9a8799eae0
commit 3f18110e7c

View file

@ -110,7 +110,7 @@ class ChannelSection extends React.PureComponent {
</FormRow>
);
if (fetchingChannels) {
channelContent.push(
channelContent = (
<BusyMessage message="Updating channels" key="loading" />
);
}