Skip to content

Commit bad7355

Browse files
chore(wallet-filter-sidebar): rename useHook file
1 parent 7bb6253 commit bad7355

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/FindWallet/WalletFilterSidebar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
} from "@chakra-ui/react"
2020
import { uniqueId } from "lodash"
2121
import Checkbox from "../../Checkbox"
22-
import { useWalletFilterSidebar } from "./use-wallet-filter-sidebar"
22+
import { useWalletFilterSidebar } from "./useWalletFilterSidebar"
2323
import { trackCustomEvent } from "../../../utils/matomo"
2424

2525
const FilterToggle = ({

0 commit comments

Comments
 (0)