Merge branch 'graphql' of github.com:coralproject/talk into graphql

This commit is contained in:
David Jay
2017-01-24 16:23:27 -05:00
24 changed files with 59 additions and 87 deletions
@@ -6,8 +6,9 @@ export default ({userData}) => (
<h1>{userData.displayName}</h1>
{
// Hiding display of users ID unless there's a use case for it.
//<h2>{userData.profiles.map(profile => profile.id)}</h2>
// <h2>{userData.profiles.map(profile => profile.id)}</h2>
}
</div>
);