Skip to content

Commit

Permalink
fix(ContributorCompact): display only number of Bulles
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and JalilArfaoui committed Sep 6, 2019
1 parent c818ddc commit 1b831a1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/organisms/Contributor/ContributorCompact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,7 @@ export const Contributor = () => (
<UserName>Jean Michel</UserName>

<StatsWrapper>
<Stat>
<StatIcon>
<Like />
</StatIcon>{' '}
120
</Stat>
<Stat>
<StatIcon /> 120
</Stat>
<Stat>120 Bulles</Stat>
</StatsWrapper>
</ContributorInfos>

Expand Down

0 comments on commit 1b831a1

Please sign in to comment.