Skip to content

Commit

Permalink
fix(wrw): fix the evm ccr form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
venkateshv1266 committed Aug 27, 2024
1 parent 3739184 commit 79a3dd4
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 79a3dd4

Please sign in to comment.