Created
April 25, 2018 13:05
-
-
Save gladchinda/ea11b76b237e384a6b8f240defd2bc31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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