Const
This commit is contained in:
@@ -224,7 +224,7 @@ let FeedItem = ({
|
|||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
let formattedCount =
|
const formattedCount =
|
||||||
authors.length > 1 ? formatCount(i18n, authors.length - 1) : ''
|
authors.length > 1 ? formatCount(i18n, authors.length - 1) : ''
|
||||||
const firstAuthorName = sanitizeDisplayName(
|
const firstAuthorName = sanitizeDisplayName(
|
||||||
authors[0].profile.displayName || authors[0].profile.handle,
|
authors[0].profile.displayName || authors[0].profile.handle,
|
||||||
|
|||||||
Reference in New Issue
Block a user