feat: Page Data Akun

This commit is contained in:
Hafid Nur
2025-03-27 16:55:54 +07:00
parent ec509a7b43
commit 39391e5522
3 changed files with 13 additions and 8 deletions
@@ -45,7 +45,7 @@ export const Pagination: FC<PaginationProps> = ({
};
return (
<div className="flex items-center justify-center mt-4 gap-[40px]">
<div className="flex items-center justify-center gap-[40px]">
<button
onClick={() => currentPage > 1 && onPageChange(currentPage - 1)}
disabled={currentPage === 1}