We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb6253 commit bad7355Copy full SHA for bad7355
src/components/FindWallet/WalletFilterSidebar/index.tsx
@@ -19,7 +19,7 @@ import {
19
} from "@chakra-ui/react"
20
import { uniqueId } from "lodash"
21
import Checkbox from "../../Checkbox"
22
-import { useWalletFilterSidebar } from "./use-wallet-filter-sidebar"
+import { useWalletFilterSidebar } from "./useWalletFilterSidebar"
23
import { trackCustomEvent } from "../../../utils/matomo"
24
25
const FilterToggle = ({
src/components/FindWallet/WalletFilterSidebar/use-wallet-filter-sidebar.tsx renamed to src/components/FindWallet/WalletFilterSidebar/useWalletFilterSidebar.tsx
0 commit comments