diff --git a/app/pages/dashboard-users/index.tsx b/app/pages/dashboard-users/index.tsx index 4f12d16..b435462 100644 --- a/app/pages/dashboard-users/index.tsx +++ b/app/pages/dashboard-users/index.tsx @@ -39,11 +39,11 @@ export const UsersPage = () => { data: 'subscribe.start_date', }, { - title: 'Nama User', + title: 'User', }, { - title: 'Email', - data: 'email', + title: 'Phone', + data: 'phone', }, { title: 'Status', @@ -54,10 +54,11 @@ export const UsersPage = () => { 1: (value: string) => formatDate(value), 2: (_value: unknown, _type: unknown, data: TUserResponse) => (
-
{data.phone}
+
{data.email}
ID: {data.id.slice(0, 8)}
), + 3: (value: string) => {value}, 4: (value: TColorBadge, _type: unknown, data: TUserResponse) => (