Skip to content

Commit

Permalink
fix: Payment modal (#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Sep 20, 2023
1 parent 8ba4f4e commit c231749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/web/components/modals/Payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,12 +391,11 @@ const PaymentModal = class extends Component {
}

const WrappedPaymentModal = makeAsyncScriptLoader(
ConfigProvider(PaymentModal),
'https://js.chargebee.com/v2/chargebee.js',
{
removeOnUnmount: true,
},
)
)(ConfigProvider(PaymentModal))

PaymentModal.propTypes = {}

Expand Down

3 comments on commit c231749

@vercel
Copy link

@vercel vercel bot commented on c231749 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c231749 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs.bullet-train.io
docs-flagsmith.vercel.app
docs-git-main-flagsmith.vercel.app
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on c231749 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.