From 4906687a8652ffa327d188a293a2df4ece22d936 Mon Sep 17 00:00:00 2001 From: Pranshu1902 Date: Thu, 21 Mar 2024 14:30:36 +0530 Subject: [PATCH] show asset down on assets manage page --- src/Components/Assets/AssetManage.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Components/Assets/AssetManage.tsx b/src/Components/Assets/AssetManage.tsx index 661043ba697..947e3807f3f 100644 --- a/src/Components/Assets/AssetManage.tsx +++ b/src/Components/Assets/AssetManage.tsx @@ -387,6 +387,13 @@ const AssetManage = (props: AssetManageProps) => { {warrantyAmcValidityChip( asset?.warranty_amc_end_of_validity as string )} + {asset?.latest_status === "Down" && ( + + )}