mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
fix lint
This commit is contained in:
parent
b9bd164b10
commit
6fe1923ef5
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ const ClaimPreview = forwardRef<any, {}>((props: Props, ref: any) => {
|
||||||
const shouldHideActions = hideActions || isMyCollection || type === 'small' || type === 'tooltip';
|
const shouldHideActions = hideActions || isMyCollection || type === 'small' || type === 'tooltip';
|
||||||
const canonicalUrl = claim && claim.canonical_url;
|
const canonicalUrl = claim && claim.canonical_url;
|
||||||
const lastCollectionIndex = collectionUris ? collectionUris.length - 1 : 0;
|
const lastCollectionIndex = collectionUris ? collectionUris.length - 1 : 0;
|
||||||
|
|
||||||
const channelSubscribers = React.useMemo(() => {
|
const channelSubscribers = React.useMemo(() => {
|
||||||
if (channelSubCount === undefined) {
|
if (channelSubCount === undefined) {
|
||||||
return <span />;
|
return <span />;
|
||||||
|
|
Loading…
Add table
Reference in a new issue