removed unused ref
This commit is contained in:
parent
52b404b552
commit
89b58aa588
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class DiscoverPage extends React.PureComponent {
|
|||
(featuredUris !== undefined && Object.keys(featuredUris).length === 0));
|
||||
|
||||
return (
|
||||
<main ref="main">
|
||||
<main>
|
||||
{fetchingFeaturedUris &&
|
||||
<BusyMessage message={__("Fetching content")} />}
|
||||
{typeof featuredUris === "object" &&
|
||||
|
|
Loading…
Reference in a new issue