diff --git a/web/components/filters/search.tsx b/web/components/filters/search.tsx index e26006c..6761942 100644 --- a/web/components/filters/search.tsx +++ b/web/components/filters/search.tsx @@ -313,10 +313,10 @@ export const Search = (props: { {(profileCount ?? 0) > 0 && (

{profileCount} {(profileCount ?? 0) > 1 ? t('common.people', 'people') : t('common.person', 'person')}

- + {!filters.shortBio && - + }
)}