Skip to content

Commit

Permalink
chore: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan Soratur authored and Pavan Soratur committed Oct 22, 2024
1 parent b187d75 commit b6cd29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tangle-dapp/app/bridge/hooks/useBalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ChainConfig } from '@webb-tools/dapp-config/chains/chain-config.interfa
import { AddressType } from '@webb-tools/dapp-config/types';
import { useWebbUI } from '@webb-tools/webb-ui-components/hooks/useWebbUI';
import Decimal from 'decimal.js';
import { useCallback,useEffect, useMemo } from 'react';
import { useCallback, useEffect, useMemo } from 'react';
import useSWR from 'swr';

import { useBridge } from '../../../context/BridgeContext';
Expand Down

0 comments on commit b6cd29a

Please sign in to comment.