Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh committed Apr 6, 2024
2 parents baa9ff5 + 90b7746 commit 311b479
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/MyWritingSwiper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,12 @@ const MyWritingSwiper = () => {
setIsLoading(true);

const { data } = await getDaybookList();
console.log("RES");
console.log(data);
setData(data);

setIsLoading(false);
})();
}, []);

console.log("====");
console.log(data);

if (isLoading) return <LoadingSpinner />;

return (
Expand Down

0 comments on commit 311b479

Please sign in to comment.