@ -100,7 +100,7 @@ const Channels = ({
explorerLinkBase={explorerLinkBase}
/>
)
} else {
}
return (
<Channel
key={index}
@ -110,8 +110,6 @@ const Channels = ({
currentTicker={currentTicker}
})
:
'Loading...'
@ -119,6 +117,7 @@ const Channels = ({
</ul>
</div>
Channels.propTypes = {
fetchChannels: PropTypes.func.isRequired,