From 8aebb9570d07cdeb35a797e6f317b6c76d4c76d7 Mon Sep 17 00:00:00 2001 From: Smit Patel Date: Tue, 16 Aug 2022 15:30:34 +0530 Subject: [PATCH] PCORE-2213: changed empty text message when there is no incident updates (#39) * feat: minor cosmetic change in showing dates * feat: minor cosmetic change in showing dates * feat: scroll to input when editing incident * fix: class to classname * fix: added array check for api data * feat: used created_at instead of updated_at * feat: added empty message when no incident updates are there * feat: added empty message when no incident updates are there --- react-frontend/src/components/IncidentsBlock.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react-frontend/src/components/IncidentsBlock.jsx b/react-frontend/src/components/IncidentsBlock.jsx index e9e1e16d..19ff8aea 100644 --- a/react-frontend/src/components/IncidentsBlock.jsx +++ b/react-frontend/src/components/IncidentsBlock.jsx @@ -103,7 +103,8 @@ const IncidentsBlock = ({ service, group }) => {
- No recent updates + We are working on the issue, updates will be posted + soon.
)}