From 7caefa805c99f69631240e42261c1538d4860fea Mon Sep 17 00:00:00 2001 From: Gleidson Daniel Silva Date: Tue, 2 Apr 2024 11:43:04 -0300 Subject: [PATCH] fix: explicitly check the type of Accounts_AllowUserStatusMessageChange (#5642) --- app/views/SidebarView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/SidebarView/index.tsx b/app/views/SidebarView/index.tsx index 8e8976cf4..24eed415d 100644 --- a/app/views/SidebarView/index.tsx +++ b/app/views/SidebarView/index.tsx @@ -362,7 +362,7 @@ class Sidebar extends Component { - {allowStatusMessage ? this.renderCustomStatus() : null} + {allowStatusMessage !== false ? this.renderCustomStatus() : null} {!isMasterDetail ? ( <>