Skip to content

Commit

Permalink
Merge pull request #8574 from LedgerHQ/fix/LIVE-15117-release
Browse files Browse the repository at this point in the history
[fix/LIVE-15117]: add custom ptx handlers to handlers memo
  • Loading branch information
kallen-ledger authored Dec 3, 2024
2 parents 73b1e60 + 7c88668 commit 3a69f70
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 3a69f70

Please sign in to comment.