Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fix-issue-3438
Browse files Browse the repository at this point in the history
  • Loading branch information
shamim-emon committed Sep 5, 2024
1 parent 4efa008 commit ffb0ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class ReportViewModel @Inject constructor(
overDueExpenseValue = 0.00,
historyValue = persistentListOf(),
upcomingTransactionsListValue = persistentListOf(),
overdueTransactionsValue =persistentListOf(),
overdueTransactionsValue = persistentListOf(),
accountsValue = accountsAct(Unit),
reportFilterValue = filter.value,
accountFilterIdListValue = persistentListOf(),
Expand Down

0 comments on commit ffb0ac0

Please sign in to comment.