fix experts
This commit is contained in:
parent
901e015142
commit
c064026779
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue