Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@MilanKaur-01
Last active February 6, 2023 01:58
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/34812f5f76abc129aa3bdd85798e4fb0 to your computer and use it in GitHub Desktop.
Save MilanKaur-01/34812f5f76abc129aa3bdd85798e4fb0 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