diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index a2c2f04f..c07a5bc8 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -559,13 +559,17 @@ function TimelineStatusCompact({ status, instance }) { const sKey = statusKey(id, instance); return (
- {!!snapStates.statusThreadNumber[sKey] && ( + {!!snapStates.statusThreadNumber[sKey] ? (
{snapStates.statusThreadNumber[sKey] ? ` ${snapStates.statusThreadNumber[sKey]}/X` : ''}
+ ) : ( +
+ +
)}
{statusPeekText}