Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jun 20, 2024
1 parent 664bcc0 commit 4cf7174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/extension/src/components/input/fee-control/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export const TransactionFeeModal: FunctionComponent<{
label={intl.formatMessage({
id: "components.input.fee-control.modal.fee-token-dropdown-label",
})}
menuContainerMaxHeight="10rem"
items={feeConfig.selectableFeeCurrencies
.filter((cur, i) => {
if (i === 0) {
Expand Down

0 comments on commit 4cf7174

Please sign in to comment.