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 db2983d commit 36a953bCopy full SHA for 36a953b
src/components/list/Bounty.tsx
@@ -5,7 +5,7 @@ import { ReactElement } from "react";
5
import { Referral as ReferralType } from "@/types/community";
6
import Loader from "../ui/Loader";
7
import { IRootState } from "@/store";
8
-import { useSelector } from "react-redux";
+import { useSelector } from "@/hooks/useTypedSelector";
9
10
/**
11
* BountyList component props
0 commit comments