diff --git a/src/components/Notification/Notification.tsx b/src/components/Notification/Notification.tsx index ab20df12..67c82a92 100644 --- a/src/components/Notification/Notification.tsx +++ b/src/components/Notification/Notification.tsx @@ -28,7 +28,7 @@ export const Notification = React.memo(function Notification(props: Props) { onMouseLeave={notification.onMouseLeave} onClick={notification.onClick} > - {sourceIcon ?
{renderSourceIcon(source)}
: null} + {sourceIcon ?
{sourceIcon}
: null}