diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js index fd29e69ef..f971cb58b 100644 --- a/src/common/MetaPreview/MetaPreview.js +++ b/src/common/MetaPreview/MetaPreview.js @@ -103,7 +103,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele null } { - (typeof releaseInfo === 'string' && releaseInfo.length > 0) || (released instanceof Date && !isNaN(released.getTime())) || (typeof runtime === 'string' && runtime.length > 0) || typeof linksGroups.get(CONSTANTS.IMDB_LINK_CATEGORY) === 'object' ? + (typeof releaseInfo === 'string' && releaseInfo.length > 0) || (released instanceof Date && !isNaN(released.getTime())) || (typeof runtime === 'string' && runtime.length > 0) || linksGroups.has(CONSTANTS.IMDB_LINK_CATEGORY) ?
{ typeof runtime === 'string' && runtime.length > 0 ? @@ -121,7 +121,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele null } { - typeof linksGroups.get(CONSTANTS.IMDB_LINK_CATEGORY) === 'object' ? + linksGroups.has(CONSTANTS.IMDB_LINK_CATEGORY) ?