Merge branch 'settings' into 'develop'
Fix delete/migrate settings visibility See merge request soapbox-pub/soapbox-fe!1510
This commit is contained in:
commit
15ce85cf23
|
@ -108,7 +108,7 @@ const Settings = () => {
|
||||||
<Preferences />
|
<Preferences />
|
||||||
</CardBody>
|
</CardBody>
|
||||||
|
|
||||||
{features.security || features.accountAliases && (
|
{(features.security || features.accountAliases) && (
|
||||||
<>
|
<>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle title={intl.formatMessage(messages.other)} />
|
<CardTitle title={intl.formatMessage(messages.other)} />
|
||||||
|
|
Loading…
Reference in New Issue