Fix delete/migrate settings visibility
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
5f015eff3c
commit
2cd11adf79
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ const Settings = () => {
|
|||
<Preferences />
|
||||
</CardBody>
|
||||
|
||||
{features.security || features.accountAliases && (
|
||||
{(features.security || features.accountAliases) && (
|
||||
<>
|
||||
<CardHeader>
|
||||
<CardTitle title={intl.formatMessage(messages.other)} />
|
||||
|
|
Loading…
Reference in a new issue