Skip to content

Commit

Permalink
fix for claim amount
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Feb 9, 2024
1 parent 2c19947 commit 2e803be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/confirm/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function useShowClaimModal() {
const strax = financial(formatEther(rewards))
return useCallback(async () => {
dispatch(setShow({ isClaim: true, text: `You are attempting to claim ${strax} STRAX. Once confirmed, you will receive a prompt in your MetaMask wallet. Would you plike to proceed?` }))
}, [])
}, [strax])
}

export function useHideModal() {
Expand Down

0 comments on commit 2e803be

Please sign in to comment.