delete logs

This commit is contained in:
Alihaghighattalab
2024-08-18 13:50:05 +03:30
parent 93e7c3b206
commit 59b83b9d1b
4 changed files with 3 additions and 18 deletions
-2
View File
@@ -1,7 +1,6 @@
import { useQuery } from "@tanstack/react-query"
import { AwardNotComplete } from "./award-not-complete"
import { getAwardsList } from "../../services/api/awards"
import { useEffect } from "react"
import { AwardsResponse } from "../../types"
export const Awards = () => {
@@ -10,7 +9,6 @@ export const Awards = () => {
queryFn: getAwardsList
})
useEffect(() => { console.log("data =>", data?.data) }, [data])
if (isLoading) return <p>LOADING...</p>
return (
<div className="flex flex-col gap-10">