diff --git a/applications/osb-portal/src/components/user/UserEditor.tsx b/applications/osb-portal/src/components/user/UserEditor.tsx
index 8138206d..aa9f2231 100644
--- a/applications/osb-portal/src/components/user/UserEditor.tsx
+++ b/applications/osb-portal/src/components/user/UserEditor.tsx
@@ -284,32 +284,35 @@ export default (props: UserEditProps) => {
}}
/>
-
- Email address
-
-
-
- ),
- }}
- />
-
- Your email address is private. Other users can't see it.
-
-
+ {
+ props.user.email &&
+ Email address
+
+
+
+ ),
+ }}
+ />
+
+ Your email address is private. Other users can't see it.
+
+
+ }
Links