diff --git a/src/Components/Search/Suggestions/SuggestionItemContainer.tsx b/src/Components/Search/Suggestions/SuggestionItemContainer.tsx index 6631d1b778..477926e837 100644 --- a/src/Components/Search/Suggestions/SuggestionItemContainer.tsx +++ b/src/Components/Search/Suggestions/SuggestionItemContainer.tsx @@ -2,7 +2,7 @@ import { Flex } from "@artsy/palette" import React, { SFC } from "react" interface Props { - children: JSX.Element[] | string[] | string + children: React.ReactNode } export const SuggestionItemContainer: SFC = ({ children }) => (