From 3ea11603b63b09154382cea307bb0ea783eabdd5 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Mon, 20 May 2024 05:10:35 -0700 Subject: [PATCH] fix(client): space between years being top contributor (#54870) --- client/src/components/profile/components/camper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/profile/components/camper.tsx b/client/src/components/profile/components/camper.tsx index 5cf159c4b8e..8481536a849 100644 --- a/client/src/components/profile/components/camper.tsx +++ b/client/src/components/profile/components/camper.tsx @@ -82,7 +82,7 @@ function Camper({
{t('profile.contributor-prolific', { - year: yearsTopContributor + year: yearsTopContributor.join(', ') })}