diff --git a/src/routes/Settings/Settings.js b/src/routes/Settings/Settings.js index fe3335176..1e177c025 100644 --- a/src/routes/Settings/Settings.js +++ b/src/routes/Settings/Settings.js @@ -300,14 +300,15 @@ const Settings = () => {
{ t('PRIVACY_POLICY') }
- { profile.auth !== null && profile.auth.user !== null && typeof profile.auth.user.email === 'string' ? -
- -
- : - null + { + profile.auth !== null && profile.auth.user !== null && typeof profile.auth.user.email === 'string' ? +
+ +
+ : + null }