Skip to content

Commit

Permalink
tech(quest-details): add on show metamask
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobricenov committed Nov 8, 2024
1 parent 8677e94 commit c4566d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/components/UI/QuestDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { useTranslation } from 'react-i18next'
import { useAccount } from 'wagmi'
import { useSyncPlayStreakWithExternalSource } from 'frontend/hooks/useSyncPlayStreakWithExternalSource'
import claimedRewardToastState from 'frontend/state/ClaimedRewardToastState'
import extensionState from 'frontend/state/ExtensionState'

/**
* Don't delete this comment block since it's used for translation parsing for keys that are on the quests-ui library.
Expand Down Expand Up @@ -92,6 +93,7 @@ export default function QuestDetails({
onRewardClaimed={(reward) =>
claimedRewardToastState.showClaimedReward(reward)
}
onShowMetaMaskPopup={() => extensionState.showPopup()}
onPlayClick={onPlayClick}
getPendingExternalSync={getPendingExternalSync}
syncPlayStreakWithExternalSource={syncPlayStreakWithExternalSource}
Expand Down

0 comments on commit c4566d7

Please sign in to comment.