Remove explore prompt
This commit is contained in:
@@ -191,10 +191,6 @@ class HomeTimeline extends PureComponent {
|
|||||||
banners.push(<CriticalUpdateBanner key='critical-update-banner' />);
|
banners.push(<CriticalUpdateBanner key='critical-update-banner' />);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tooSlow) {
|
|
||||||
banners.push(<ExplorePrompt key='explore-prompt' />);
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Column bindToDocument={!multiColumn} ref={this.setRef} name='home' label={intl.formatMessage(messages.title)}>
|
<Column bindToDocument={!multiColumn} ref={this.setRef} name='home' label={intl.formatMessage(messages.title)}>
|
||||||
<ColumnHeader
|
<ColumnHeader
|
||||||
|
|||||||
Reference in New Issue
Block a user