Skip to content

Instantly share code, notes, and snippets.

@isaidspaghetti
Last active August 14, 2020 21:30
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 isaidspaghetti/5ee2284dba4775d56a43660a7c1076cb to your computer and use it in GitHub Desktop.
Save isaidspaghetti/5ee2284dba4775d56a43660a7c1076cb to your computer and use it in GitHub Desktop.
//frontend/src/App.js:52
if (chatClient && channel) {
return (
<CustomerChat
channel={channel}
chatClient={chatClient}
firstName={firstName}
lastName={lastName}
email={email}
/>);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment