Skip to content

Commit

Permalink
[FE] Hotfix: build 에러 수정
Browse files Browse the repository at this point in the history
Change-Id: I89d79ed0c1c8ed31b2a6f398cc0d5af4c08c1e5d
  • Loading branch information
이원주 committed Feb 7, 2024
1 parent 69affb1 commit 7572827
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 150 deletions.
210 changes: 61 additions & 149 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/pages/UserPage/components/Feed/BucketFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const BucketFeed = () => {
</div>

{/* 버킷 */}
<ProfileBucket title={bucketTitle} color={color} dayCount={dayCount} isLock={null} />
<ProfileBucket isLoading={false} title={bucketTitle} color={color} dayCount={dayCount} isLock={null} />

{/* 태그 */}
<div className="bg-white">
Expand Down

0 comments on commit 7572827

Please sign in to comment.