Skip to content

Commit

Permalink
πŸ› Fix: λΉŒλ“œ 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
wonill committed Dec 9, 2024
1 parent e1b4f1f commit bfb19f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ProfilePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function ProfileContent({ id }: { id: number }) {
</S.WalkInfoWrapper>
</S.WalkInfoArea>

{data && <DogProfile {...data.dog} />}
{data && <DogProfile dogProfile={data.dog} />}
</S.ProfilePage>
)
}
Expand Down

0 comments on commit bfb19f3

Please sign in to comment.