diff --git a/src/components/awards/index.tsx b/src/components/awards/index.tsx index 298b40d..4b87ad5 100644 --- a/src/components/awards/index.tsx +++ b/src/components/awards/index.tsx @@ -9,7 +9,6 @@ import { AwardComplete } from "./awards-complete"; import { useUserStore } from "../../store/user"; export const Awards = () => { - const { user } = useUserStore() const [status, setStatus] = useState({ awards: 0, my_score: 0