Skip to content

Commit

Permalink
fix: Vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Mar 6, 2024
1 parent f0d7bf7 commit 7b879bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const AppNotificationItem = forwardRef<HTMLDivElement, IAppNotificationProps>(
)}
>
<img
src={notification.image ?? appLogo || '/fallback.svg'}
src={(notification.image ?? appLogo) || '/fallback.svg'}
loading="lazy"
alt="image corresponding to the notification"
/>
Expand Down

0 comments on commit 7b879bc

Please sign in to comment.