mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-13 22:09:47 +00:00
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));
|
(featuredUris !== undefined && Object.keys(featuredUris).length === 0));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main ref="main">
|
<main>
|
||||||
{fetchingFeaturedUris &&
|
{fetchingFeaturedUris &&
|
||||||
<BusyMessage message={__("Fetching content")} />}
|
<BusyMessage message={__("Fetching content")} />}
|
||||||
{typeof featuredUris === "object" &&
|
{typeof featuredUris === "object" &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue