Skip to content

Commit

Permalink
fix: add custom ptx handlers to handlers memo
Browse files Browse the repository at this point in the history
  • Loading branch information
kallen-ledger committed Dec 3, 2024
1 parent 73b1e60 commit 7c88668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ const SwapWebView = ({ manifest, liveAppUnavailable }: SwapWebProps) => {
},
}),
// eslint-disable-next-line react-hooks/exhaustive-deps
[],
[customPTXHandlers],
);

const hashString = useMemo(
Expand Down

0 comments on commit 7c88668

Please sign in to comment.