mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
showbutton ambiguous naming fixed
This commit is contained in:
parent
4c09156e02
commit
80f26f5794
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
/>
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue