diff --git a/src/main/kotlin/app/ui/Log.kt b/src/main/kotlin/app/ui/Log.kt index 3157888..6fd7b36 100644 --- a/src/main/kotlin/app/ui/Log.kt +++ b/src/main/kotlin/app/ui/Log.kt @@ -182,9 +182,7 @@ fun Log( } itemsIndexed(items = commitList) { index, item -> - val commitRefs = remember(commitList, item) { - item.refs - } + val commitRefs = item.refs Row( modifier = Modifier .height(40.dp)