summaryrefslogtreecommitdiffstats
path: root/src/components/ui/Subscription.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Subscription.js')
-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')