don't show channel on fetch
This commit is contained in:
parent
9a8799eae0
commit
3f18110e7c
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class ChannelSection extends React.PureComponent {
|
||||||
</FormRow>
|
</FormRow>
|
||||||
);
|
);
|
||||||
if (fetchingChannels) {
|
if (fetchingChannels) {
|
||||||
channelContent.push(
|
channelContent = (
|
||||||
<BusyMessage message="Updating channels" key="loading" />
|
<BusyMessage message="Updating channels" key="loading" />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue