Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created April 25, 2018 13:05
Show Gist options
  • Save gladchinda/ea11b76b237e384a6b8f240defd2bc31 to your computer and use it in GitHub Desktop.
Save gladchinda/ea11b76b237e384a6b8f240defd2bc31 to your computer and use it in GitHub Desktop.
- import Layout from '../components/Layout';
+ import Chat from '../components/Chat';
+ import Layout from '../components/Layout';
- <section className="col-md-4 position-relative d-flex flex-wrap h-100 align-items-start align-content-between bg-white px-0"></section>
+ <section className="col-md-4 position-relative d-flex flex-wrap h-100 align-items-start align-content-between bg-white px-0">
+ { user && <Chat activeUser={user} /> }
+ </section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment