diff --git a/src/common/NavBar/NotificationsMenu/NotificationsList/Notification/Notification.js b/src/common/NavBar/NotificationsMenu/NotificationsList/Notification/Notification.js index f2b4aa123..53c7b0e81 100644 --- a/src/common/NavBar/NotificationsMenu/NotificationsList/Notification/Notification.js +++ b/src/common/NavBar/NotificationsMenu/NotificationsList/Notification/Notification.js @@ -56,7 +56,7 @@ const Notification = ({ className, id, type, name, poster, thumbnail, season, ep } { - thumbnail !== null ? + typeof thumbnail === 'string' && thumbnail.length > 0 ?