diff --git a/ui/js/component/publishForm/internal/channelSection.jsx b/ui/js/component/publishForm/internal/channelSection.jsx index fefa6da84..d4ce1ed14 100644 --- a/ui/js/component/publishForm/internal/channelSection.jsx +++ b/ui/js/component/publishForm/internal/channelSection.jsx @@ -110,7 +110,7 @@ class ChannelSection extends React.PureComponent { ); if (fetchingChannels) { - channelContent.push( + channelContent = ( ); }