Skip to content

Commit

Permalink
chore : 문법오류
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup authored Oct 11, 2024
1 parent 8a3f9ba commit 3d046c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/board/component/comment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const CommentList = ({ refresh }: CommentListProps) => {
return (
<Container>
<Pagination
total={comments?.count/5 || 0}
total={(comments?.count || 0) / 5}
value={listIdx}
onChange={setListIdx}
size="md"
Expand Down

0 comments on commit 3d046c8

Please sign in to comment.