From f5c1d7d9cb48b033f3bb9171439e8451ac31e33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?u=C4=9Fur=20erdal?= Date: Sun, 19 May 2019 13:59:59 +0300 Subject: [PATCH] Update notificationView.js --- src/components/notification/view/notificationView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notification/view/notificationView.js b/src/components/notification/view/notificationView.js index 4dc6e3616..7716f6880 100644 --- a/src/components/notification/view/notificationView.js +++ b/src/components/notification/view/notificationView.js @@ -172,7 +172,7 @@ class NotificationView extends PureComponent { rightIconType="MaterialIcons" onRightIconPress={readAllNotification} /> - { _notifications.length === 0 && true + { _notifications.length === 0 ? : (