Skip to content

Commit

Permalink
fix: resolves mmi e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeweiler committed Jun 27, 2024
1 parent 1c56c3f commit 7ee6250
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ui/pages/asset/components/asset-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ import { DEFAULT_ROUTE } from '../../../helpers/constants/routes';
import { getConversionRate } from '../../../ducks/metamask/metamask';
import { toChecksumHexAddress } from '../../../../shared/modules/hexstring-utils';
import CoinButtons from '../../../components/app/wallet-overview/coin-buttons';
///: BEGIN:ONLY_INCLUDE_IF(build-main,build-beta,build-flask)
import { getIsNativeTokenBuyable } from '../../../ducks/ramps';
///: END:ONLY_INCLUDE_IF
import AssetChart from './chart/asset-chart';
import TokenButtons from './token-buttons';

Expand Down
2 changes: 0 additions & 2 deletions ui/pages/confirmations/send/gas-display/gas-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ import {
} from '../../../../../shared/constants/metametrics';
import { MetaMetricsContext } from '../../../../contexts/metametrics';
import useRamps from '../../../../hooks/ramps/useRamps/useRamps';
///: BEGIN:ONLY_INCLUDE_IF(build-main,build-beta,build-flask)
import { getIsNativeTokenBuyable } from '../../../../ducks/ramps';
///: END:ONLY_INCLUDE_IF

export default function GasDisplay({ gasError }) {
const t = useContext(I18nContext);
Expand Down

0 comments on commit 7ee6250

Please sign in to comment.