We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3739184 + 79a3dd4 commit bd15cb9Copy full SHA for bd15cb9
src/containers/EvmCrossChainRecoveryWallet/EvmCrossChainRecoveryBaseForm.tsx
@@ -149,7 +149,6 @@ export function EvmCrossChainRecoveryBaseForm({
149
Label="Max Fee Per Gas (Gwei)"
150
name="maxFeePerGas"
151
Width="fill"
152
- value={maxFeePerGas}
153
/>
154
</div>
155
@@ -159,7 +158,6 @@ export function EvmCrossChainRecoveryBaseForm({
159
158
Label="Max Priority Fee Per Gas (Gwei)"
160
name="maxPriorityFeePerGas"
161
162
- value={maxPriorityFeePerGas}
163
164
165
</>
0 commit comments