Skip to content

Commit

Permalink
refactor: added necessary classname
Browse files Browse the repository at this point in the history
  • Loading branch information
PiusKariuki committed Jan 9, 2025
1 parent d71d7f3 commit 72826b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const ProgramsDetailedSummary: React.FC<ProgramsDetailedSummaryProps> = ({ patie
{row.cells.map((cell) => (
<TableCell key={cell.id}>{cell.value?.content ?? cell.value}</TableCell>
))}
<TableCell>
<TableCell className="cds--table-column-menu">
<ProgramsActionMenu patientUuid={patientUuid} programEnrollmentId={enrollments[i]?.uuid} />
</TableCell>
</TableRow>
Expand Down

0 comments on commit 72826b1

Please sign in to comment.