remove private account from display settings

This commit is contained in:
saml33 2023-09-05 08:34:37 +10:00
parent fef574bed6
commit 746eec0b60
1 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ import {
import mangoStore from '@store/mangoStore'
import Switch from '@components/forms/Switch'
import { CUSTOM_SKINS } from 'utils/theme'
import HideMangoAccount from '@components/account/HideMangoAccount'
const NOTIFICATION_POSITIONS = [
'bottom-left',
@ -238,7 +237,6 @@ const DisplaySettings = () => {
onChange={() => setPrivacyMode(!privacyMode)}
/>
</div>
<HideMangoAccount />
</>
)
}