Skip to content

Commit

Permalink
🔍 adapts jsx fixture to changed jsx input
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Oct 26, 2017
1 parent bdecc3e commit 5f34392
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/extract/transpile/fixtures/jsx.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1:1 copied from https://github.com/mozilla/payments-ui
// 1:1 copied from https://github.com/mozilla/payments-ui. Removed the todos, though
import React, { Component, PropTypes } from 'react';

import PayMethodChoice from 'components/pay-method-choice';
Expand Down Expand Up @@ -36,7 +36,6 @@ export default class ProductPayChooser extends Component {
if (product.seller.kind === 'donations') {
submitPrompt = gettext('Donate now');
} else {
// Also handle non-recurring, non-donations here.
submitPrompt = gettext('Subscribe');
}

Expand Down

0 comments on commit 5f34392

Please sign in to comment.