fix: explicitly check the type of Accounts_AllowUserStatusMessageChange (#5642)

This commit is contained in:
Gleidson Daniel Silva 2024-04-02 11:43:04 -03:00 committed by GitHub
parent 1a5ce690c3
commit 7caefa805c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class Sidebar extends Component<ISidebarProps, ISidebarState> {
<List.Separator />
{allowStatusMessage ? this.renderCustomStatus() : null}
{allowStatusMessage !== false ? this.renderCustomStatus() : null}
{!isMasterDetail ? (
<>
<List.Separator />