diff --git a/src/routes/safe/components/Balances/index.tsx b/src/routes/safe/components/Balances/index.tsx index 551b73d5..105404e6 100644 --- a/src/routes/safe/components/Balances/index.tsx +++ b/src/routes/safe/components/Balances/index.tsx @@ -18,7 +18,7 @@ import CurrencyDropdown from 'src/routes/safe/components/CurrencyDropdown' import { safeFeaturesEnabledSelector, safeParamAddressFromStateSelector } from 'src/routes/safe/store/selectors' import { history } from 'src/store/index' import { wrapInSuspense } from 'src/utils/wrapInSuspense' -import { useFetchTokens } from '../../container/Hooks/useFetchTokens' +import { useFetchTokens } from '../../container/hooks/useFetchTokens' const Collectibles = React.lazy(() => import('src/routes/safe/components/Balances/Collectibles')) const Coins = React.lazy(() => import('src/routes/safe/components/Balances/Coins')) diff --git a/src/test/safe.dom.settings.name.test.ts b/src/test/safe.dom.settings.name.test.ts index f49053c7..b8386588 100644 --- a/src/test/safe.dom.settings.name.test.ts +++ b/src/test/safe.dom.settings.name.test.ts @@ -1,4 +1,4 @@ -// +// import { fireEvent } from '@testing-library/react' import { aNewStore } from 'src/store' import { aMinedSafe } from 'src/test/builder/safe.redux.builder'