From 509cbb07fef4a9eb36663aefe575bdab155ec1e7 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 13 Nov 2020 12:58:31 -0500 Subject: [PATCH] fix notification icons --- ui/component/notification/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/notification/view.jsx b/ui/component/notification/view.jsx index ebceef8f7..c1c45c339 100644 --- a/ui/component/notification/view.jsx +++ b/ui/component/notification/view.jsx @@ -63,7 +63,7 @@ export default function Notification(props: Props) { let icon; switch (notification_rule) { case NOTIFICATIONS.NOTIFICATION_CREATOR_SUBSCRIBER: - icon = ; + icon = ; break; case NOTIFICATIONS.NOTIFICATION_COMMENT: icon = ; @@ -79,7 +79,7 @@ export default function Notification(props: Props) { icon = ; break; default: - icon = ; + icon = ; } function handleNotificationClick() {