fix: apply feedbacks

This commit is contained in:
yassinedorbozgithub 2025-04-03 08:55:54 +01:00
parent 7ed50a5ce0
commit ebd2a66bbd

View File

@ -137,8 +137,8 @@ export const NlpValues = ({ entityId }: { entityId: string }) => {
renderCell: ({ row }) => (
<Chip
sx={{ alignContent: "center" }}
id={(row.nlpSamplesCount || `nlpSamplesCount_${row.id}`).toString()}
label={row.nlpSamplesCount?.toString()}
id={row.id}
label={row.nlpSamplesCount || "N/A"}
variant="inbox"
/>
),