Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created September 24, 2018 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/c383112d989c503deb2b6ab29972789e to your computer and use it in GitHub Desktop.
Save astrotars/c383112d989c503deb2b6ab29972789e to your computer and use it in GitHub Desktop.
<CommentBox
onSubmit={text =>
props.onAddReaction(
'comment',
props.activity,
{
data: { text: text }
}
)
}
avatarProps={{
source:
'https://i.imgur.com/T4kO8H2.png'
}}
styles={{ container: { height: 80 } }}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment