diff --git a/common/app/routes/Settings/components/Camper.jsx b/common/app/routes/Settings/components/Camper.jsx index 0a8d0bc888..f80f444451 100644 --- a/common/app/routes/Settings/components/Camper.jsx +++ b/common/app/routes/Settings/components/Camper.jsx @@ -66,13 +66,19 @@ function Camper({

) : null } - { yearsTopContributor.length > 0 && + { yearsTopContributor.filter(Boolean).length > 0 && ( +
+

Top Contributor of { joinArray(yearsTopContributor) } + /> Top Contributor

+

+ { joinArray(yearsTopContributor) } +

+
) }