Skip to content

Commit

Permalink
fix: use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Dec 18, 2024
1 parent 5e99f83 commit e4d9078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { ToggleFilter } from './ToggleFilter'
import { SimpleTable, SimpleTableProps } from '../../common/SimpleTable'
import { StatusLabel } from '../StatusLabel'
import { UnsignedOrderWarning } from '../UnsignedOrderWarning'
import { TableState } from 'explorer/components/TokensTableWidget/useTable'
import { TableState } from '../../../explorer/components/TokensTableWidget/useTable'
import { Command } from '@cowprotocol/types'

const EXPIRED_CANCELED_STATES: OrderStatus[] = ['cancelled', 'cancelling', 'expired']
Expand Down

0 comments on commit e4d9078

Please sign in to comment.