From 8cfe6fa1454b2cca2e9550de33ec942066b6a9e1 Mon Sep 17 00:00:00 2001 From: anirbanpaulcom Date: Fri, 16 Feb 2024 21:39:41 +0530 Subject: [PATCH 1/2] 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: () => ( - + ) }); From 7b56bb015abbcc3159df30772124bd18016e4e78 Mon Sep 17 00:00:00 2001 From: Amit Giri Date: Wed, 8 May 2024 16:39:05 +0530 Subject: [PATCH 2/2] code formatting --- app/views/StatusView/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/StatusView/index.tsx b/app/views/StatusView/index.tsx index efa3ef390..c0e0052f7 100644 --- a/app/views/StatusView/index.tsx +++ b/app/views/StatusView/index.tsx @@ -110,7 +110,12 @@ const StatusView = (): React.ReactElement => { headerLeft: isMasterDetail ? undefined : () => , headerRight: () => ( - + ) });