Skip to content

Commit

Permalink
fix: update swr key in useSelectedTokenIsWithdrawOnly (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx authored Jan 29, 2025
1 parent 4253ea7 commit 21e7df4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export function useSelectedTokenIsWithdrawOnly() {
return [
selectedToken.address.toLowerCase(),
parentChain.id,
childChain.id
childChain.id,
'useSelectedTokenIsWithdrawOnly'
] as const
}, [selectedToken, isDepositMode, parentChain.id, childChain.id])

Expand Down

0 comments on commit 21e7df4

Please sign in to comment.