Skip to content

Commit a0ae41a

Browse files
authored
fix: prevent modal from closing on collateral reconfirmation (#1553)
1 parent be31319 commit a0ae41a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/browser-extension-wallet/src/hooks/useCollateral.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export const useCollateral = (): UseCollateralReturn => {
9494
uiTx: undefined,
9595
error: error.message
9696
});
97-
setTxBuilder(undefined);
9897
}
9998
throw error;
10099
} finally {

0 commit comments

Comments
 (0)