Skip to content

Commit

Permalink
Merge pull request #6 from boatnoodle/feature/initial
Browse files Browse the repository at this point in the history
fix deploy failed
  • Loading branch information
ghostza1209 authored Feb 15, 2020
2 parents f2196a2 + b0302eb commit 2ece552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/landing-page/Components/ReviewItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface Props {
title: string;
subTitle?: string;
loading?: boolean;
items: Array<object>;
items: Array<number>;
}
export const ReviewItems: React.FunctionComponent<Props> = ({
title = 'title',
Expand Down

0 comments on commit 2ece552

Please sign in to comment.