Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading