diff --git a/components/search/SearchModal/index.tsx b/components/search/SearchModal/index.tsx index 3b7734ac..6044c3d8 100644 --- a/components/search/SearchModal/index.tsx +++ b/components/search/SearchModal/index.tsx @@ -486,7 +486,7 @@ const SearchModal = (props: Props) => { {filterBar()} -
+
{t('search.result_count', { record_count: recordCount })} @@ -503,7 +503,7 @@ const SearchModal = (props: Props) => {
)}
- {open ? renderResults() : ''} + {open && renderResults()}