Skip to content

Commit a98744a

Browse files
chore: use LD flag for gameplayWalletSectionVisible (#1240)
* chore: use LD flag for gameplayWalletSectionVisible * (chore) update hyperplay UI Package (#1241) * [Fix] Update dependencies for quests-ui and ui packages * [Fix] Update pnpm-lock.yaml to reflect dependency changes * Revert "[Fix] Update dependencies for quests-ui and ui packages" This reverts commit 6e31fb4. * Revert "[Fix] Update pnpm-lock.yaml to reflect dependency changes" This reverts commit f5c8c85. * chore: update @hyperplay/ui package to version 1.9.9 * chore: update pnpm-lock.yaml to reflect changes in dependencies --------- Co-authored-by: Biliane Silva <61093873+biliesilva@users.noreply.github.com>
1 parent c505fd0 commit a98744a

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)