This commit is contained in:
202310715066 NABILA SUWANDIRA 2026-01-12 17:29:32 +07:00
parent d55ee98191
commit 27ff57548f

View File

@ -412,7 +412,7 @@ fun JournalHistoryScreen(navController: NavController) {
} }
} }
} }
//eee
@Composable @Composable
fun TrendGraph(journals: List<JournalEntry>) { fun TrendGraph(journals: List<JournalEntry>) {
if (journals.size < 2) { if (journals.size < 2) {