Skip to content

Commit 3a820c8

Browse files
committed
feat: only show new quest bubble if nothing to claim
1 parent c431788 commit 3a820c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/src/components/quest/QuestButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ export const QuestButton = ({
12921292
<TourIcon size={compact ? IconSize.Small : IconSize.Large} />
12931293
</span>
12941294
)}
1295-
{hasNewQuestRotations && (
1295+
{hasNewQuestRotations && !claimableCount && (
12961296
<Bubble
12971297
aria-hidden
12981298
data-testid="quest-button-new-indicator"

0 commit comments

Comments
 (0)