aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-01-30 12:10:12 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-01-30 12:10:12 +0100
commitfdbd7f58eaf9597ae879878ab76a90148bc789eb (patch)
tree7dbc43421b84d63319ccf1e22fe597763fbf92b4 /src/components/ui
parentMerge branch 'fix-invite-screen' into feature/invite-button (diff)
parentMerge pull request #599 from meetfranz/fix-form-validation (diff)
downloadferdium-app-fdbd7f58eaf9597ae879878ab76a90148bc789eb.tar.gz
ferdium-app-fdbd7f58eaf9597ae879878ab76a90148bc789eb.tar.zst
ferdium-app-fdbd7f58eaf9597ae879878ab76a90148bc789eb.zip
Merge branch 'develop' into feature/invite-button
Diffstat (limited to 'src/components/ui')
-rw-r--r--src/components/ui/Subscription.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/Subscription.js b/src/components/ui/Subscription.js
index 41f8ba5d7..dd350479d 100644
--- a/src/components/ui/Subscription.js
+++ b/src/components/ui/Subscription.js
@@ -108,7 +108,7 @@ export default class SubscriptionForm extends Component {
108 fields: { 108 fields: {
109 paymentTier: { 109 paymentTier: {
110 value: 'year', 110 value: 'year',
111 validate: [required], 111 validators: [required],
112 options: [{ 112 options: [{
113 value: 'month', 113 value: 'month',
114 label: `€ ${Object.hasOwnProperty.call(this.props.plan, 'month') 114 label: `€ ${Object.hasOwnProperty.call(this.props.plan, 'month')