Fix regression on WaitListView.
This commit is contained in:
parent
13082285b2
commit
756af63edb
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ private fun WaitListContent(
|
|||
)
|
||||
}
|
||||
SunsetPage(
|
||||
isLoading = state.loginAction !is Async.Success,
|
||||
isLoading = state.loginAction.isLoading(),
|
||||
title = title,
|
||||
subtitle = subtitle,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue