Browse Source

fix(channels): syntax fix

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
cea40d560b
  1. 5
      app/components/Channels/Channels.js

5
app/components/Channels/Channels.js

@ -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,

Loading…
Cancel
Save