We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c431788 commit 3a820c8Copy full SHA for 3a820c8
1 file changed
packages/shared/src/components/quest/QuestButton.tsx
@@ -1292,7 +1292,7 @@ export const QuestButton = ({
1292
<TourIcon size={compact ? IconSize.Small : IconSize.Large} />
1293
</span>
1294
)}
1295
- {hasNewQuestRotations && (
+ {hasNewQuestRotations && !claimableCount && (
1296
<Bubble
1297
aria-hidden
1298
data-testid="quest-button-new-indicator"
0 commit comments