do not show timestamp links for cancelled events, since you cannot reset to them

This commit is contained in:
burnettk 2023-10-19 08:10:33 -04:00
parent 92e51baca3
commit baa93f5e2c
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ export default function ProcessInstanceLogList({
let timestampComponent = (
<td>{convertSecondsToFormattedDateTime(logEntry.timestamp)}</td>
);
if (logEntry.spiff_task_guid) {
if (logEntry.spiff_task_guid && logEntry.event_type !== 'task_cancelled') {
timestampComponent = (
<td>
<Link