Last active
October 17, 2018 12:48
-
-
Save marcelmokos/4162097f5ccf3b9f96a8029634decd33 to your computer and use it in GitHub Desktop.
Comment component with everything in props
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
<Comment | |
channel={channel} | |
createdAt={createdAt} | |
text={text} | |
getComments={getComments} | |
comments={comments} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment