Skip to content

Commit

Permalink
fix: 타입 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Nov 15, 2024
1 parent d91fb84 commit c8fc05f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/admin/src/pages/ShowEnterancePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ const ShowEnterancePage = () => {
)}
{totalPages > 1 && (
<Pagination
sizePerPage={isMobile ? 5 : 10}
totalPages={totalPages}
currentPage={currentPage}
onClickPage={setCurrentPage}
Expand Down

0 comments on commit c8fc05f

Please sign in to comment.