use lbc icon for reward notifications

This commit is contained in:
Sean Yesmunt 2020-10-22 12:40:09 -04:00
parent 1cb0685b61
commit bf27692a65

View file

@ -66,6 +66,10 @@ export default function Notification(props: Props) {
case NOTIFICATIONS.NOTIFICATION_REPLY:
icon = <ChannelThumbnail small uri={notification_parameters.dynamic.reply_author} />;
break;
case NOTIFICATIONS.DAILY_WATCH_AVAILABLE:
case NOTIFICATIONS.DAILY_WATCH_REMIND:
icon = <Icon icon={ICONS.LBC} sectionIcon className="notification__icon" />;
break;
default:
icon = <Icon icon={ICONS.NOTIFICATION} sectionIcon className="notification__icon" />;
}