remove down message for creator analytics

This commit is contained in:
Sean Yesmunt 2020-11-20 18:28:39 -05:00
parent d1b07d2094
commit d4bc2ca9a5

View file

@ -77,10 +77,6 @@ export default function CreatorDashboardPage(props: Props) {
{!fetchingChannels && channels && channels.length && (
<React.Fragment>
<div className="section section--padded section--help">
<p>{__('Creator analytics are down for maintenance. Please check back later.')}</p>
</div>
<div className="section">
<ChannelSelector
selectedChannelUrl={selectedChannelUrl}