aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/FeatureList.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-11-25 10:49:34 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-11-25 10:49:34 +0100
commitc3a8d26cf4d7ffe3642cdc962e51e367885a9c12 (patch)
tree34d8cf9c8311165a81542d035079a91aa09ff3a6 /src/components/ui/FeatureList.js
parentBump version number (diff)
parentBump version number (diff)
downloadferdium-app-5.4.0.tar.gz
ferdium-app-5.4.0.tar.zst
ferdium-app-5.4.0.zip
Merge branch 'develop'v5.4.0
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 7ba8b54d7..f1039709c 100644
--- a/src/components/ui/FeatureList.js
+++ b/src/components/ui/FeatureList.js
@@ -72,7 +72,7 @@ export class FeatureList extends Component {
72 static propTypes = { 72 static propTypes = {
73 className: PropTypes.string, 73 className: PropTypes.string,
74 featureClassName: PropTypes.string, 74 featureClassName: PropTypes.string,
75 plan: PropTypes.oneOf(PLANS), 75 plan: PropTypes.oneOf(Object.values(PLANS)),
76 }; 76 };
77 77
78 static defaultProps = { 78 static defaultProps = {