File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class FeedComments extends React.Component {
7070 < Comment
7171 key = { idx }
7272 avatarUrl = { _ . get ( item , 'author.photoURL' , null ) }
73- authorName = { item . author ? ( item . author . firstName + ' ' + item . author . lastName ) : 'Not Available ' }
73+ authorName = { item . author ? ( item . author . firstName + ' ' + item . author . lastName ) : 'Connect user ' }
7474 date = { moment ( item . date ) . fromNow ( ) }
7575 active = { item . unread }
7676 self = { item . author && item . author . userId === currentUser . userId }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class MessageDetails extends React.Component {
4646 < Comment
4747 key = { idx }
4848 avatarUrl = { _ . get ( item , 'author.photoURL' , null ) }
49- authorName = { item . author ? ( item . author . firstName + ' ' + item . author . lastName ) : 'Not Available ' }
49+ authorName = { item . author ? ( item . author . firstName + ' ' + item . author . lastName ) : 'Connect user ' }
5050 date = { moment ( item . date ) . fromNow ( ) }
5151 active = { item . unread }
5252 self = { item . author && item . author . userId === currentUser . userId }
You can’t perform that action at this time.
0 commit comments