Skip to content

Commit 35638fd

Browse files
committed
REG-33 – lint fix
1 parent c01b053 commit 35638fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/DonateStartPage.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ export default class DonateStartPage {
146146
}
147147
}
148148

149-
/**
150-
* set amount value
151-
* @param {number} amount
152-
*/
153149
async setDonationAmount(amount) {
154150
await inputSelectorValue(donationAmountSelector, amount.toString());
155151
// Leave tip at select dropdown's default if in Stripe mode and that field exists.

0 commit comments

Comments
 (0)