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() {