fix(home): Default isAccountsPresent to true (#2971)

This commit is contained in:
Nagarjuna 2025-09-11 22:32:23 +05:30 committed by GitHub
parent 015c21e1dc
commit c8f4e0994a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,