Skip to content

Commit 31557aa

Browse files
committed
chore: use LD flag for gameplayWalletSectionVisible
1 parent fbd24d3 commit 31557aa

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/components/UI/QuestDetails

1 file changed

+1
-1
lines changed

src/frontend/components/UI/QuestDetails/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default function QuestDetails({
125125
'EXTERNAL-TASKS': flags.externalTasksRewardsClaim
126126
},
127127
questsOverlayClaimCtaEnabled: flags.questsOverlayClaimCtaEnabled,
128-
gameplayWalletSectionVisible: false
128+
gameplayWalletSectionVisible: flags.gameplayWalletSectionVisible
129129
}}
130130
trackEvent={async (eventPayload) =>
131131
window.api.trackEvent(eventPayload as PossibleMetricPayloads)

0 commit comments

Comments
 (0)