Skip to content

Commit

Permalink
Merge pull request #489 from BitGo/COIN-1551-fix-form-fields
Browse files Browse the repository at this point in the history
fix(wrw): fix the evm ccr form fields
  • Loading branch information
venkateshv1266 authored Aug 27, 2024
2 parents 3739184 + 79a3dd4 commit bd15cb9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export function EvmCrossChainRecoveryBaseForm({
Label="Max Fee Per Gas (Gwei)"
name="maxFeePerGas"
Width="fill"
value={maxFeePerGas}
/>
</div>

Expand All @@ -159,7 +158,6 @@ export function EvmCrossChainRecoveryBaseForm({
Label="Max Priority Fee Per Gas (Gwei)"
name="maxPriorityFeePerGas"
Width="fill"
value={maxPriorityFeePerGas}
/>
</div>
</>
Expand Down

0 comments on commit bd15cb9

Please sign in to comment.