Skip to content

Commit

Permalink
๐Ÿ’„ design: ๋””์ž์ธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
HaeJungg committed Nov 22, 2024
1 parent 3d37b4e commit 4509aa8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ export default function ReviewableGatheringCardList() {

// ๋กœ๋”ฉ ์ค‘์ผ ๋•Œ ์Šค์ผˆ๋ ˆํ†ค ํ‘œ์‹œ
if (isLoading) {
return <MyReviewSkeletonList />;
return (
<section className="item-center mt-8 flex flex-col">
<MyReviewSkeletonList />
</section>
);
}

return (
Expand Down

0 comments on commit 4509aa8

Please sign in to comment.