Skip to content

Commit

Permalink
ci(tangle-dapp): Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
yurixander committed Dec 20, 2024
1 parent 7c82b32 commit 96e77e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import useApi from '../../hooks/useApi';
import useApiRx from '@webb-tools/tangle-shared-ui/hooks/useApiRx';
import getBlockDate from '../../utils/getBlockDate';
import calculateTimeRemaining from '../../utils/calculateTimeRemaining';
import { BalanceLockRow, LockUnlocksAtKind } from '.';
import { SubstrateLockId } from '../../constants';
import { BalanceLockRow } from '.';
import { LockUnlocksAtKind, SubstrateLockId } from '../../constants';
import addCommasToNumber from '@webb-tools/webb-ui-components/utils/addCommasToNumber';
import { sortVestingSchedulesAscending } from '../BalancesTableContainer/LockedBalanceDetails/utils';

Expand Down

0 comments on commit 96e77e2

Please sign in to comment.