diff --git a/src/routes/Settings/Settings.js b/src/routes/Settings/Settings.js index c90d37ef9..2a2fdf721 100644 --- a/src/routes/Settings/Settings.js +++ b/src/routes/Settings/Settings.js @@ -202,32 +202,34 @@ const Settings = () => {
-
+
-
-
-
- {profile.auth === null ? 'Anonymous user' : profile.auth.user.email} + profile.auth.user.avatar ? + `url('${profile.auth.user.avatar}')` + : + `url('${require('/images/default_avatar.png')}')` + }} + /> +
+
+
+ {profile.auth === null ? 'Anonymous user' : profile.auth.user.email} +
+ { + profile.auth !== null ? + + : + null + }
- { - profile.auth !== null ? - - : - null - }