mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
indetation fix 2
This commit is contained in:
parent
a5ff41bcdf
commit
b139990b15
1 changed files with 2 additions and 2 deletions
|
|
@ -169,8 +169,8 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
|||
Array.from(linksGroups.keys())
|
||||
.filter((category) => {
|
||||
return category !== CONSTANTS.IMDB_LINK_CATEGORY &&
|
||||
category !== CONSTANTS.SHARE_LINK_CATEGORY &&
|
||||
category !== CONSTANTS.WRITERS_LINK_CATEGORY;
|
||||
category !== CONSTANTS.SHARE_LINK_CATEGORY &&
|
||||
category !== CONSTANTS.WRITERS_LINK_CATEGORY;
|
||||
})
|
||||
.map((category, index) => (
|
||||
<MetaLinks
|
||||
|
|
|
|||
Loading…
Reference in a new issue