Skip to content

Commit

Permalink
feat(contributors): add "missing intro" placeholder in card
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui authored and lutangar committed Sep 30, 2019
1 parent 5da194d commit 6d24e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/organisms/Contributor/ContributorLarge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ const ContributorLarge = ({
</ContributionExample>
)}

<ContributorIntro>{contributor.intro}</ContributorIntro>
<ContributorIntro>
{contributor.intro || 'Description non renseignée'}
</ContributorIntro>
</ContributorCard>
);

Expand Down

0 comments on commit 6d24e0a

Please sign in to comment.