From 19ee96ed01386b1989f68c4c2830a7b813cf4890 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 23 Dec 2024 09:06:23 +0330 Subject: [PATCH] test deploy --- src/components/awards/index.tsx | 1 - 1 file changed, 1 deletion(-) 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