diff --git a/services/web/frontend/js/features/project-list/components/table/cells/last-updated-cell.tsx b/services/web/frontend/js/features/project-list/components/table/cells/last-updated-cell.tsx index d1e5d05de4..e1c826bb3d 100644 --- a/services/web/frontend/js/features/project-list/components/table/cells/last-updated-cell.tsx +++ b/services/web/frontend/js/features/project-list/components/table/cells/last-updated-cell.tsx @@ -16,7 +16,8 @@ export default function LastUpdatedCell({ project }: LastUpdatedCellProps) { lastUpdatedDate: fromNowDate(project.lastUpdated), person: getUserName(project.lastUpdatedBy), }} - shouldUnescape + // eslint-disable-next-line react/jsx-boolean-value + shouldUnescape={true} /> ) : ( fromNowDate(project.lastUpdated)