Skip to content

Commit

Permalink
fix broken swaps flow
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Mar 6, 2024
1 parent 02a0c73 commit 37ef9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/swaps/prepare-swap-page/review-quote.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export default function ReviewQuote({ setReceiveToAmount }) {
const {
maxFeePerGas: suggestedMaxFeePerGas,
maxPriorityFeePerGas: suggestedMaxPriorityFeePerGas,
gasFeeEstimates: { estimatedBaseFee = '0' },
gasFeeEstimates: { estimatedBaseFee = '0' } = {},
} = gasFeeInputs;
maxFeePerGas = customMaxFeePerGas || decGWEIToHexWEI(suggestedMaxFeePerGas);
maxPriorityFeePerGas =
Expand Down

0 comments on commit 37ef9ac

Please sign in to comment.