From d84352d8481088197e9450e00304a4473dea3f1e Mon Sep 17 00:00:00 2001 From: bokhonglo Date: Thu, 23 Apr 2026 18:17:02 +0700 Subject: [PATCH] fix bug --- .../(management)/applications/page.tsx | 20 ++++++++++--------- .../(management)/user-information/page.tsx | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/(admin)/(others-pages)/(management)/applications/page.tsx b/src/app/(admin)/(others-pages)/(management)/applications/page.tsx index 8111d2d..bd0809e 100644 --- a/src/app/(admin)/(others-pages)/(management)/applications/page.tsx +++ b/src/app/(admin)/(others-pages)/(management)/applications/page.tsx @@ -187,7 +187,7 @@ export default function HistorianApplicationPage() { const pagination = tableData?.pagination; - console.log(tableData) + // console.log(tableData) // console.log("Pagination info:", pagination); return (
@@ -230,6 +230,7 @@ export default function HistorianApplicationPage() { />
+ {/* CẬP NHẬT: Loại xác minh */}
+ {/* CẬP NHẬT: Trạng thái */}
@@ -354,4 +356,4 @@ export default function HistorianApplicationPage() { /> ); -} +} \ No newline at end of file diff --git a/src/app/(admin)/(others-pages)/(management)/user-information/page.tsx b/src/app/(admin)/(others-pages)/(management)/user-information/page.tsx index 1dd7f64..e06f4d4 100644 --- a/src/app/(admin)/(others-pages)/(management)/user-information/page.tsx +++ b/src/app/(admin)/(others-pages)/(management)/user-information/page.tsx @@ -292,7 +292,7 @@ export default function UserTable() {