Fix delete/migrate settings visibility

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-06-09 00:13:21 +02:00
parent 5f015eff3c
commit 2cd11adf79

View file

@ -108,7 +108,7 @@ const Settings = () => {
<Preferences />
</CardBody>
{features.security || features.accountAliases && (
{(features.security || features.accountAliases) && (
<>
<CardHeader>
<CardTitle title={intl.formatMessage(messages.other)} />