Skip to content

Commit

Permalink
Merge pull request #307 from meetfranz/feature/pricing-info
Browse files Browse the repository at this point in the history
[PR] Make miner availability controllable by API
  • Loading branch information
adlk committed Nov 20, 2017
2 parents f5d6d03 + 9eade49 commit 3ec0e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default class SubscriptionForm extends Component {
},
};

if (!isWindows) {
if (this.props.plan.miner) {
form.fields.paymentTier.options.push({
value: 'mining',
label: intl.formatMessage(messages.typeMining),
Expand Down

0 comments on commit 3ec0e36

Please sign in to comment.