Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Dec 30, 2024
1 parent e4f71a2 commit 4473ea2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/explorer/src/components/orders/GasFeeDisplay/index.tsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
// TODO: Enable once API is ready
// import { NumbersBreakdown } from 'components/orders/NumbersBreakdown'

import { useMemo } from 'react'

import { isSellOrder } from '@cowprotocol/common-utils'
import { Nullish } from '@cowprotocol/ui'

import { TokenErc20 } from '@gnosis.pm/dex-js'
import BigNumber from 'bignumber.js'
import { NumbersBreakdown } from 'components/orders/NumbersBreakdown'
import { ZERO_BIG_NUMBER } from 'const'
import styled from 'styled-components/macro'
import { formatSmartMaxPrecision, safeTokenName } from 'utils'

import { Order } from 'api/operator'

import { NumbersBreakdown } from '../NumbersBreakdown'

const Wrapper = styled.div`
> span {
Expand Down

0 comments on commit 4473ea2

Please sign in to comment.