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