Skip to content

Commit

Permalink
fix: removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-sourabh committed Oct 14, 2024
1 parent 1ead67b commit b27f6c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chargebee-js-react/src/components/ComponentGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default class ChargebeeComponents extends React.Component<ChargebeeCompon
const cbInstance = Chargebee.getInstance();
cbInstance.load("components").then(() => {
let cbComponent = cbInstance.createComponent(type, options)
//cbComponent.mount(`#${this.id}`);
// Attach listeners if specified (only applicable for combined field)
if(onReady) cbComponent.on('ready', onReady);
if(onBlur) cbComponent.on('blur', onBlur);
Expand Down

0 comments on commit b27f6c6

Please sign in to comment.