mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 02:35:12 +00:00
fix lists empty on channel page
This commit is contained in:
parent
7a852462f9
commit
ba5586933d
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ function ChannelPage(props: Props) {
|
||||||
<section className="main--empty">{__('You have no lists! Create one from any playable content.')}</section>
|
<section className="main--empty">{__('You have no lists! Create one from any playable content.')}</section>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
collectionEmpty = <section className="main--empty">{__('You have unpublished lists')}</section>;
|
collectionEmpty = <section className="main--empty">{__('No Lists Found')}</section>;
|
||||||
}
|
}
|
||||||
let channelIsBlackListed = false;
|
let channelIsBlackListed = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue