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 && ( )}