Fix append value of other line

This commit is contained in:
Thomas Andres Gomez 2025-10-21 12:27:10 +02:00
parent 29d967c00f
commit 6e5aee13d0

View file

@ -337,7 +337,7 @@ private fun MainContent(
append(it.packageFAInput) append(it.packageFAInput)
append("€) : ") append("€) : ")
} }
withStyle(amountStyleSpan) { append("${it.packageISValue}") } withStyle(amountStyleSpan) { append("${it.packageFAValue}") }
}, },
) )
Text( Text(