From f48cabbbc282ef37262900a700f8c499aff5a249 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Wed, 16 Oct 2019 16:58:10 +0300 Subject: [PATCH] check thumbnail value --- .../NotificationsList/Notification/Notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?