Skip to content

Commit

Permalink
fix: 오타 수정 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
suwonthugger committed Nov 20, 2024
1 parent aabcf91 commit b590b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TimerPage/components/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Carousel = () => {
image={friend.image}
time={friend.time}
name={friend.name}
categoryname={friend.categoryname}
categoryname={friend.categoryName}
isPlaying={friend.isPlaying}
/>
))}
Expand Down

0 comments on commit b590b5c

Please sign in to comment.