Skip to content

Commit

Permalink
fix: 빌드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
a-honey committed Feb 27, 2024
1 parent e82971e commit 77b38ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/friend/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const FriendIdPage: NextPage = () => {
userName={nickname}
toggleIsOpenFridgeListModal={onOpenFridgeListModal}
/>
<FridgeBoard fridgeId={Number(fridgeId)} />
<FridgeBoard />
</section>
</div>
</>
Expand Down

0 comments on commit 77b38ff

Please sign in to comment.