From 61880b8b865e71dfd4f3bdca4a3d99ba5c278d18 Mon Sep 17 00:00:00 2001 From: tassoman Date: Mon, 21 Oct 2024 19:44:36 +0200 Subject: [PATCH] Show App used for posting a status, when available --- .../src/features/status/components/detailed-status.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/pl-fe/src/features/status/components/detailed-status.tsx b/packages/pl-fe/src/features/status/components/detailed-status.tsx index 71854c6cb9..74f6942919 100644 --- a/packages/pl-fe/src/features/status/components/detailed-status.tsx +++ b/packages/pl-fe/src/features/status/components/detailed-status.tsx @@ -150,6 +150,14 @@ const DetailedStatus: React.FC = ({ + {actualStatus.application && ( + + + ({actualStatus.application.name}) + + + )} + {actualStatus.edited_at && ( <> {' ยท '}