diff --git a/web/src/App.tsx b/web/src/App.tsx index 9dac246..451609b 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -2510,7 +2510,7 @@ export default function App() { onContextMenu={(event) => openContextMenu(event, { kind: item.kind, id: item.id })} type="button" > -
+
) : null} - {formatDate(item.updatedAt)} + + {formatDate(item.updatedAt)} + {initiatedLabel ? ( + + {initiatedLabel} + + ) : null} +
- {initiatedLabel ? ( -

{initiatedLabel}

- ) : null} ); })}