Skip to content

Commit b37cf8f

Browse files
committed
hardcode project ID
1 parent cb7fb7e commit b37cf8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-react/src/chatsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const ChatsPage = (props) => {
44
return (
55
<div style={{ height: "100vh" }}>
66
<PrettyChatWindow
7-
projectId={process.env.REACT_APP_CHAT_ENGINE_PROJECT_ID} // 5d498a31-cd23-42b7-b367-4fcc9463bd2f
7+
projectId="5d498a31-cd23-42b7-b367-4fcc9463bd2f"
88
username={props.user.username} // adam
99
secret={props.user.secret} // pass1234
1010
style={{ height: "100%" }}

0 commit comments

Comments
 (0)