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() {