mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
fix(client): space between years being top contributor (#54870)
This commit is contained in:
@@ -82,7 +82,7 @@ function Camper({
|
||||
<h3>{t('profile.contributor')}</h3>
|
||||
<p>
|
||||
{t('profile.contributor-prolific', {
|
||||
year: yearsTopContributor
|
||||
year: yearsTopContributor.join(', ')
|
||||
})}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user