Skip to content

Commit

Permalink
feat(Notifications): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillDyachkovskiy committed Aug 21, 2023
1 parent 52c467e commit 657119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notification/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Notification = React.memo(function Notification(props: Props) {
onMouseLeave={notification.onMouseLeave}
onClick={notification.onClick}
>
{sourceIcon ? <div className={b('left')}>{renderSourceIcon(source)}</div> : null}
{sourceIcon ? <div className={b('left')}>{sourceIcon}</div> : null}
<div className={b('right')}>
<div className={b('right-top-part')}>
<div className={b('right-meta-and-title')}>
Expand Down

0 comments on commit 657119e

Please sign in to comment.