From 235b2e106870e2ea82d1610a192e2fe923278b96 Mon Sep 17 00:00:00 2001 From: Ryan Yun Date: Fri, 22 Sep 2017 11:10:39 -0400 Subject: [PATCH] add class name for my profile container --- client/coral-settings/containers/ProfileContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-settings/containers/ProfileContainer.js b/client/coral-settings/containers/ProfileContainer.js index 1391fa83f..4531ff7d3 100644 --- a/client/coral-settings/containers/ProfileContainer.js +++ b/client/coral-settings/containers/ProfileContainer.js @@ -71,7 +71,7 @@ class ProfileContainer extends Component { const emailAddress = localProfile && localProfile.id; return ( -
+

{user.username}

{emailAddress ?

{emailAddress}

: null}