diff --git a/feature/home/src/commonMain/kotlin/org/mifos/mobile/feature/home/HomeViewModel.kt b/feature/home/src/commonMain/kotlin/org/mifos/mobile/feature/home/HomeViewModel.kt index f5630556e..17a5c527b 100644 --- a/feature/home/src/commonMain/kotlin/org/mifos/mobile/feature/home/HomeViewModel.kt +++ b/feature/home/src/commonMain/kotlin/org/mifos/mobile/feature/home/HomeViewModel.kt @@ -401,7 +401,7 @@ internal data class HomeState( val firstName: String? = "", val currency: String? = "", val decimals: Int = 2, - val isAccountsPresent: Boolean = false, + val isAccountsPresent: Boolean = true, val username: String = "", val clientAccounts: ClientAccounts? = null, val notificationCount: Int = 0,