fix(donate): apply suggestions from code review
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
0bd66eaf82
commit
62aa54efba
@@ -73,9 +73,9 @@ class DonateForm extends Component {
|
||||
this.amounts = amountsConfig;
|
||||
|
||||
this.state = {
|
||||
...defaultStateConfig,
|
||||
processing: false,
|
||||
isDonating: this.props.isDonating,
|
||||
...defaultStateConfig
|
||||
isDonating: this.props.isDonating
|
||||
};
|
||||
|
||||
this.getActiveDonationAmount = this.getActiveDonationAmount.bind(this);
|
||||
|
@@ -37,7 +37,7 @@ export class DonationServicebotEmbed extends Component {
|
||||
disableCoupon: true,
|
||||
forceCard: true,
|
||||
disableTiers: [
|
||||
'Monthly $10 Donation - Unavailable',
|
||||
'Monthly $10 Donation - Unavailable',
|
||||
'Monthly $3 Donation - Unavailable'
|
||||
],
|
||||
card: {
|
||||
|
Reference in New Issue
Block a user