From b0302eb70135be90b16db9b3e59d9b52ad6a5208 Mon Sep 17 00:00:00 2001 From: yoss Date: Sat, 15 Feb 2020 23:26:29 +0700 Subject: [PATCH] fix deploy failed --- containers/landing-page/Components/ReviewItems.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',