From df1af158484b25c2a250c3ff3b3c72df2c562bb3 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Mon, 19 Feb 2018 22:59:35 +0100 Subject: Simplify schedule state --- src/client/react/components/container/View.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/react/components') diff --git a/src/client/react/components/container/View.js b/src/client/react/components/container/View.js index b374300..7c0d42c 100644 --- a/src/client/react/components/container/View.js +++ b/src/client/react/components/container/View.js @@ -31,10 +31,10 @@ import Loading from '../presentational/Loading'; class View extends React.Component { static propTypes = { - schedules: PropTypes.objectOf(PropTypes.objectOf(PropTypes.shape({ + schedules: PropTypes.objectOf(PropTypes.shape({ state: PropTypes.string.isRequired, htmlStr: PropTypes.string, - }))).isRequired, + })).isRequired, // react-router match: PropTypes.object.isRequired, -- cgit v1.1