diff --git a/ui/blocks/src/Search/Search.tsx b/ui/blocks/src/Search/Search.tsx index 63813af49..0befdeae0 100644 --- a/ui/blocks/src/Search/Search.tsx +++ b/ui/blocks/src/Search/Search.tsx @@ -15,7 +15,7 @@ interface SearchObject { id: string; title: string; type: string; - description?: string | JSX.Element; + description?: string; body?: string; author?: string; stories?: string[]; @@ -42,7 +42,10 @@ export const Search: FC story.split('-').join(' ')),