diff --git a/src/components/search/SearchSuggestions.tsx b/src/components/search/SearchSuggestions.tsx index b8e63bd42a..25b9f4c25b 100644 --- a/src/components/search/SearchSuggestions.tsx +++ b/src/components/search/SearchSuggestions.tsx @@ -30,12 +30,15 @@ const SearchSuggestions: FunctionComponent = ({ parentId
{suggestions?.map(item => ( - - {item.Name} - +
+ + {item.Name} + +
))}