aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/FeatureList.js
diff options
context:
space:
mode:
authorLibravatar Amine El Mouafik <412895+kytwb@users.noreply.github.com>2021-02-08 10:34:45 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-08 10:34:45 +0100
commit035002ceedf78d5ec73eabc0df7f06139939b967 (patch)
tree1c0d1e9531bae05fb65d70b9ea25baf404b74fe1 /src/components/ui/FeatureList.js
parentdocs: add k0staa as a contributor (#1193) (diff)
downloadferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.gz
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.zst
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.zip
Synchronize with Franz 5.6.0 (#1033)
Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
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 = {