refactor: clean up unused

This commit is contained in:
2026-06-04 11:54:59 +02:00
parent cb9961608c
commit ff50cc1b61
3 changed files with 0 additions and 7 deletions
@@ -328,8 +328,6 @@ fun WalletScreen(
arguments = listOf(navArgument("checkingId") { type = NavType.StringType })
) { backStackEntry ->
val checkingId = backStackEntry.arguments?.getString("checkingId") ?: ""
// val historyState by historyVm.state.collectAsState()
val historyState by historyVm.filteredState.collectAsState()
val payment = historyVm.findPayment(checkingId)
if (payment != null) {