fix experts
This commit is contained in:
parent
901e015142
commit
c064026779
|
|
@ -27,7 +27,7 @@ const columns: ColumnDef<any>[] = [
|
||||||
{
|
{
|
||||||
accessorKey: "address",
|
accessorKey: "address",
|
||||||
header: "Wilayah",
|
header: "Wilayah",
|
||||||
cell: ({ row }) => <span>{row.getValue("address")}</span>,
|
cell: ({ row }) => <span>MABES</span>,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: "experience",
|
accessorKey: "experience",
|
||||||
|
|
@ -45,7 +45,7 @@ const columns: ColumnDef<any>[] = [
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
accessorKey: "userExperienceId", // gunakan accessorKey berbeda agar tidak duplikat
|
accessorKey: "userExperienceId",
|
||||||
header: "Pengalaman",
|
header: "Pengalaman",
|
||||||
cell: ({ row }) => {
|
cell: ({ row }) => {
|
||||||
const experienceId =
|
const experienceId =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue