diff --git a/src/components/awards/GlobalNotifications.tsx b/src/components/awards/GlobalNotifications.tsx index ced9978..11d8abb 100644 --- a/src/components/awards/GlobalNotifications.tsx +++ b/src/components/awards/GlobalNotifications.tsx @@ -25,7 +25,8 @@ export function GlobalNotifications() { const showConfetti = awards.some( (award) => award.awardType === "WORD_COUNT" && - award.awardValue === confettiWordTarget + award.awardValue === confettiWordTarget && + !award.imageId ); return (