diff --git a/src/components/UserCard/UserCard.js b/src/components/UserCard/UserCard.js
index 0092b31d..e9ece456 100644
--- a/src/components/UserCard/UserCard.js
+++ b/src/components/UserCard/UserCard.js
@@ -83,7 +83,7 @@ const UserCard = props => {
[css.withBioMissingAbove]: !hasBio,
});
- const hideContact = !currentUser || isCurrentUser;
+ const hideContact = currentUser && isCurrentUser;
const separator = hideContact ? null : •;
const contact = hideContact ? null : (