showbutton ambiguous naming fixed

This commit is contained in:
abdev 2021-06-28 14:37:41 +05:30
parent 4c09156e02
commit 80f26f5794

View file

@ -70,7 +70,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
:
new Map();
}, [links]);
const href = React.useMemo(() => {
const showHref = React.useMemo(() => {
return deepLinks ?
typeof deepLinks.player === 'string' ?
deepLinks.player
@ -215,7 +215,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
icon={'ic_play'}
label={'Show'}
tabIndex={compact ? -1 : 0}
href={href}
href={showHref}
/>
}
{