From d51877d1e35c3cc3c89dba7f069e5108150e12f5 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Sun, 17 Feb 2019 16:37:11 -0600 Subject: [PATCH] Update all profile tabs to use placeholders with both titles and subtitles --- frontend/client/components/Profile/index.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/frontend/client/components/Profile/index.tsx b/frontend/client/components/Profile/index.tsx index a1219b58..a56d781e 100644 --- a/frontend/client/components/Profile/index.tsx +++ b/frontend/client/components/Profile/index.tsx @@ -143,7 +143,10 @@ class Profile extends React.Component {
{noneCreated && ( - + )} {proposals.map(p => ( @@ -153,7 +156,10 @@ class Profile extends React.Component {
{noneFunded && ( - + )} {contributions.map(c => ( {
{noneCommented && ( - + )} {comments.map(c => ( @@ -184,7 +193,7 @@ class Profile extends React.Component {
{noneInvites && ( )}