diff --git a/common/src/main/kotlin/dev/msfjarvis/claw/common/comments/CommentNode.kt b/common/src/main/kotlin/dev/msfjarvis/claw/common/comments/CommentNode.kt index ef40b36c..2ea9b398 100644 --- a/common/src/main/kotlin/dev/msfjarvis/claw/common/comments/CommentNode.kt +++ b/common/src/main/kotlin/dev/msfjarvis/claw/common/comments/CommentNode.kt @@ -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,