diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceLogList.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceLogList.tsx index 87785a9b1..ac2d4a03d 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceLogList.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceLogList.tsx @@ -308,7 +308,7 @@ export default function ProcessInstanceLogList({ let timestampComponent = ( {convertSecondsToFormattedDateTime(logEntry.timestamp)} ); - if (logEntry.spiff_task_guid) { + if (logEntry.spiff_task_guid && logEntry.event_type !== 'task_cancelled') { timestampComponent = (