Skip to content

Commit

Permalink
PR feedback: undid changes to StudyListFilter.tsx as they are being h…
Browse files Browse the repository at this point in the history
…andled in a different PR.
  • Loading branch information
Joe Boccanfuso committed Oct 31, 2023
1 parent ce2ba6e commit 0724f1e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ const StudyListFilter = ({
)}
<Typography
variant="h6"
className="text-primary-light"
className="mr-2"
data-cy={'num-studies'}
>
{`${t('Studies')}:`}&nbsp;
{numOfStudies > 100 ? '>100' : numOfStudies}
</Typography>
<Typography
variant="h6"
className="text-primary-light"
data-cy={'num-studies'}
>
{numOfStudies > 100 ? '>100' : numOfStudies}
{t('Studies')}
</Typography>
</div>
</div>
Expand Down

0 comments on commit 0724f1e

Please sign in to comment.