diff --git a/containers/landing-page/Components/ReviewItems.tsx b/containers/landing-page/Components/ReviewItems.tsx index 8e8cde47..168955af 100644 --- a/containers/landing-page/Components/ReviewItems.tsx +++ b/containers/landing-page/Components/ReviewItems.tsx @@ -40,7 +40,7 @@ interface Props { title: string; subTitle?: string; loading?: boolean; - items: Array; + items: Array; } export const ReviewItems: React.FunctionComponent = ({ title = 'title',