Added unused imports and vars and fixed lint (#929)
This commit is contained in:
@ -83,7 +83,7 @@ export function CommentThreadComments({ commentThread }: OwnProps) {
|
||||
<>
|
||||
<StyledThreadItemListContainer>
|
||||
<StyledThreadCommentTitle>Comments</StyledThreadCommentTitle>
|
||||
{commentThread?.comments?.map((comment, index) => (
|
||||
{commentThread?.comments?.map((comment) => (
|
||||
<Comment key={comment.id} comment={comment} />
|
||||
))}
|
||||
</StyledThreadItemListContainer>
|
||||
|
||||
Reference in New Issue
Block a user