aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/FeatureList.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/FeatureList.js')
-rw-r--r--src/components/ui/FeatureList.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/FeatureList.js b/src/components/ui/FeatureList.js
index dbc2a9078..72c799819 100644
--- a/src/components/ui/FeatureList.js
+++ b/src/components/ui/FeatureList.js
@@ -76,7 +76,7 @@ export class FeatureList extends Component {
76 static propTypes = { 76 static propTypes = {
77 className: PropTypes.string, 77 className: PropTypes.string,
78 featureClassName: PropTypes.string, 78 featureClassName: PropTypes.string,
79 plan: PropTypes.oneOf(Object.values(PLANS)), 79 plan: PropTypes.oneOf(Object.keys(PLANS)),
80 }; 80 };
81 81
82 static defaultProps = { 82 static defaultProps = {