mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-04 22:23:56 +00:00
do not show timestamp links for cancelled events, since you cannot reset to them
This commit is contained in:
parent
92e51baca3
commit
baa93f5e2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user