Skip to content

Commit

Permalink
Merge pull request #240 from Guzzing/dev
Browse files Browse the repository at this point in the history
[Deploy]: 배포 2차
  • Loading branch information
HeeSeok-kim authored Nov 29, 2023
2 parents 2ebb3dd + 944d3fd commit f0b5bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const HomePage = () => {
const { data, isLoading } = useQuery({
queryKey: ['children'],
queryFn: () => getChildrenInfo()

})
if (isLoading) {
return <Loading />
}
Expand Down

0 comments on commit f0b5bd2

Please sign in to comment.