Skip to content

Instantly share code, notes, and snippets.

@marcelmokos
Last active October 17, 2018 12:48
Show Gist options
  • Save marcelmokos/4162097f5ccf3b9f96a8029634decd33 to your computer and use it in GitHub Desktop.
Save marcelmokos/4162097f5ccf3b9f96a8029634decd33 to your computer and use it in GitHub Desktop.
Comment component with everything in props
<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