Browse Source

fix(channels): syntax fix

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

7
app/components/Channels/Channels.js

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

Loading…
Cancel
Save