Skip to content

Commit

Permalink
refactor(request): depend on sender data to fetch info
Browse files Browse the repository at this point in the history
  • Loading branch information
jjramirezn committed Oct 4, 2024
1 parent 7f1d42b commit 8ffef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Request/Pay/Views/Initial.view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const InitialView = ({
if (!isConnected || (isXChain && !selectedTokenData)) return

estimateTxFee()
}, [selectedTokenData, requestLinkData])
}, [isConnected, address, selectedTokenData, requestLinkData])

const handleConnectWallet = async () => {
open().finally(() => {
Expand Down

0 comments on commit 8ffef14

Please sign in to comment.