diff --git a/src/pages/scr/dashboard/pelayanan-surat/list_pelayanan_page.tsx b/src/pages/scr/dashboard/pelayanan-surat/list_pelayanan_page.tsx index 0458d9d..4d82264 100644 --- a/src/pages/scr/dashboard/pelayanan-surat/list_pelayanan_page.tsx +++ b/src/pages/scr/dashboard/pelayanan-surat/list_pelayanan_page.tsx @@ -171,7 +171,7 @@ function ListPelayananSurat({ status }: { status: StatusKey }) { return ( - + - - - {`${pageSize * (page - 1) + 1} – ${Math.min(total, pageSize * page)} of ${total}`} + + + {`${pageSize * (page - 1) + 1} – ${Math.min(total, pageSize * page)} of ${total}`} diff --git a/src/pages/scr/dashboard/pengaduan/list_page.tsx b/src/pages/scr/dashboard/pengaduan/list_page.tsx index 974ef64..0031ddb 100644 --- a/src/pages/scr/dashboard/pengaduan/list_page.tsx +++ b/src/pages/scr/dashboard/pengaduan/list_page.tsx @@ -179,7 +179,7 @@ function ListPengaduan({ status }: { status: StatusKey }) { return ( - + - - - {`${pageSize * (page - 1) + 1} – ${Math.min(total, pageSize * page)} of ${total}`} + + + {`${pageSize * (page - 1) + 1} – ${Math.min(total, pageSize * page)} of ${total}`}