We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cca775 commit 99bdcb5Copy full SHA for 99bdcb5
src/components/Feed/FeedComments.jsx
@@ -30,7 +30,7 @@ class FeedComments extends React.Component {
30
render() {
31
const {
32
comments, currentUser, totalComments, onLoadMoreComments, isLoadingComments, hasMoreComments, onAddNewComment,
33
- onNewCommentChange, error, avatarUrl, isAddingComment, allowComments, onSaveMessage, onDeleteMessage, onEditMessage
+ onNewCommentChange, error, avatarUrl, isAddingComment, allowComments, onSaveMessage, onDeleteMessage
34
} = this.props
35
let authorName = currentUser.firstName
36
if (authorName && currentUser.lastName) {
0 commit comments