aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/subscription
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-01-19 11:54:13 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-01-19 11:54:13 +0100
commitb595dcb997941b418fa8bb1609f54aeb978c91da (patch)
tree167f01c64bb904309337a8620f7bc79cf5db79dc /src/components/subscription
parentchange directory structure for subscription (diff)
downloadferdium-app-b595dcb997941b418fa8bb1609f54aeb978c91da.tar.gz
ferdium-app-b595dcb997941b418fa8bb1609f54aeb978c91da.tar.zst
ferdium-app-b595dcb997941b418fa8bb1609f54aeb978c91da.zip
Revert "fix property change due to mobx-react-form update"
Diffstat (limited to 'src/components/subscription')
-rw-r--r--src/components/subscription/SubscriptionForm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/subscription/SubscriptionForm.js b/src/components/subscription/SubscriptionForm.js
index dd350479d..41f8ba5d7 100644
--- a/src/components/subscription/SubscriptionForm.js
+++ b/src/components/subscription/SubscriptionForm.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 validators: [required], 111 validate: [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')