Skip to content

Commit bd15cb9

Browse files
Merge pull request #489 from BitGo/COIN-1551-fix-form-fields
fix(wrw): fix the evm ccr form fields
2 parents 3739184 + 79a3dd4 commit bd15cb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/containers/EvmCrossChainRecoveryWallet/EvmCrossChainRecoveryBaseForm.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ export function EvmCrossChainRecoveryBaseForm({
149149
Label="Max Fee Per Gas (Gwei)"
150150
name="maxFeePerGas"
151151
Width="fill"
152-
value={maxFeePerGas}
153152
/>
154153
</div>
155154

@@ -159,7 +158,6 @@ export function EvmCrossChainRecoveryBaseForm({
159158
Label="Max Priority Fee Per Gas (Gwei)"
160159
name="maxPriorityFeePerGas"
161160
Width="fill"
162-
value={maxPriorityFeePerGas}
163161
/>
164162
</div>
165163
</>

0 commit comments

Comments
 (0)