From 8cfe6fa1454b2cca2e9550de33ec942066b6a9e1 Mon Sep 17 00:00:00 2001 From: anirbanpaulcom Date: Fri, 16 Feb 2024 21:39:41 +0530 Subject: [PATCH] SaveButtonDisableFeature --- app/views/StatusView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/StatusView/index.tsx b/app/views/StatusView/index.tsx index 3866bbc88..efa3ef390 100644 --- a/app/views/StatusView/index.tsx +++ b/app/views/StatusView/index.tsx @@ -110,7 +110,7 @@ const StatusView = (): React.ReactElement => { headerLeft: isMasterDetail ? undefined : () => , headerRight: () => ( - + ) });