From 2f51224f3f6e490b1a4f069057c019bb1898b776 Mon Sep 17 00:00:00 2001 From: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com> Date: Fri, 15 Jul 2022 17:44:24 -0300 Subject: [PATCH] [FIX] Rename done to save on Status View (#4363) --- 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 a75cd0097..4e2c9df66 100644 --- a/app/views/StatusView/index.tsx +++ b/app/views/StatusView/index.tsx @@ -111,7 +111,7 @@ const StatusView = (): React.ReactElement => { headerLeft: isMasterDetail ? undefined : () => , headerRight: () => ( - + ) });