fix experts

This commit is contained in:
Anang Yusman 2025-06-09 16:41:30 +08:00
parent 901e015142
commit c064026779
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ const columns: ColumnDef<any>[] = [
{
accessorKey: "address",
header: "Wilayah",
cell: ({ row }) => <span>{row.getValue("address")}</span>,
cell: ({ row }) => <span>MABES</span>,
},
{
accessorKey: "experience",
@ -45,7 +45,7 @@ const columns: ColumnDef<any>[] = [
},
{
accessorKey: "userExperienceId", // gunakan accessorKey berbeda agar tidak duplikat
accessorKey: "userExperienceId",
header: "Pengalaman",
cell: ({ row }) => {
const experienceId =