Skip to content

Instantly share code, notes, and snippets.

@MilanKaur-01
Created February 6, 2023 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MilanKaur-01/099a23a15cbd113ecebf7a9ade01b50b to your computer and use it in GitHub Desktop.
Save MilanKaur-01/099a23a15cbd113ecebf7a9ade01b50b to your computer and use it in GitHub Desktop.
if (callAdapter) {
return (
<div>
<h1>Contact Customer Service</h1>
<div className="wrapper">
<CallComposite adapter={callAdapter} />
</div>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment