remove down message for creator analytics
This commit is contained in:
parent
d1b07d2094
commit
d4bc2ca9a5
1 changed files with 0 additions and 4 deletions
|
@ -77,10 +77,6 @@ export default function CreatorDashboardPage(props: Props) {
|
||||||
|
|
||||||
{!fetchingChannels && channels && channels.length && (
|
{!fetchingChannels && channels && channels.length && (
|
||||||
<React.Fragment>
|
<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">
|
<div className="section">
|
||||||
<ChannelSelector
|
<ChannelSelector
|
||||||
selectedChannelUrl={selectedChannelUrl}
|
selectedChannelUrl={selectedChannelUrl}
|
||||||
|
|
Loading…
Add table
Reference in a new issue