Commit 250f6454 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

discomment fetchData

parent 578cec25
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -73,10 +73,10 @@ const Homedash = () => {
  
  const queryKey = ['dashboardData'];
  
  // const { data, isLoading, isError } = useQuery({
  //   queryKey,
  //   queryFn: fetchData,
  // });
  const { data, isLoading, isError } = useQuery({
    queryKey,
    queryFn: fetchData,
  });

  console.log(data);