Skip to content

Commit

Permalink
Add fix for OSS purchaseCreditModal
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmgs committed Apr 1, 2021
1 parent 7af9c87 commit 4643b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/billing/PurchaseCreditModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class PurchaseCreditModal extends Component {
}

if(prevProps.open && !this.props.open) {
this.card.unmount()
this.card && this.card.unmount()
}
}

Expand Down

0 comments on commit 4643b09

Please sign in to comment.