feat(reactions): disable reaction buttons on own content (#192)
* feat(reactions): disable reaction buttons on own content
Add isOwnContent prop to TopicView and ReplyCard, passed through to
ReactionBar (disabled) and LikeButton (new disabled prop). Prevents
clicking before the API 403 would reject it.
* style(reactions): fix Prettier formatting in reply-card
authored by