fix(common): set key for comment entries

This commit is contained in:
Harsh Shandilya 2024-05-04 04:05:53 +05:30
parent 8735f7f8e8
commit 847858d852
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ private fun LazyListScope.node(
if (!node.isExpanded && node.parent?.isExpanded == false) {
return
}
item {
item(key = node.comment.shortId) {
CommentEntry(
commentNode = node,
htmlConverter = htmlConverter,