mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 08:51:24 +00:00
move hidden message to top of subscription page
This commit is contained in:
parent
651fe60c5e
commit
5f06812c9d
1 changed files with 1 additions and 1 deletions
|
@ -78,6 +78,7 @@ export default class extends React.PureComponent<Props> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page notContained loading={isFetchingSubscriptions}>
|
<Page notContained loading={isFetchingSubscriptions}>
|
||||||
|
<HiddenNsfwClaims uris={subscriptionUris} />
|
||||||
{!subscriptions.length && (
|
{!subscriptions.length && (
|
||||||
<div className="page__empty">
|
<div className="page__empty">
|
||||||
{__("It looks like you aren't subscribed to any channels yet.")}
|
{__("It looks like you aren't subscribed to any channels yet.")}
|
||||||
|
@ -87,7 +88,6 @@ export default class extends React.PureComponent<Props> {
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{!!claimList.length && <FileList hideFilter sortByHeight fileInfos={claimList} />}
|
{!!claimList.length && <FileList hideFilter sortByHeight fileInfos={claimList} />}
|
||||||
<HiddenNsfwClaims uris={subscriptionUris} />
|
|
||||||
</Page>
|
</Page>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue