mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
fix(home): Default isAccountsPresent to true (#2971)
This commit is contained in:
parent
015c21e1dc
commit
c8f4e0994a
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user