Skip to content

Commit 04fd067

Browse files
committed
Update useMaxValueRefresher
1 parent 6b07156 commit 04fd067

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ui/pages/confirmations/components/confirm/info/hooks/useMaxValueRefresher.ts

-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ export const useMaxValueRefresher = () => {
6969
}, [supportsEIP1559, maxFeePerGas, gasLimit, gasPrice]);
7070

7171
useEffect(() => {
72-
if (!isMaxAmountMode) {
73-
return;
74-
}
75-
7672
updateTransactionEventFragment(
7773
{
7874
properties: {

0 commit comments

Comments
 (0)