Improve UX

This commit is contained in:
Alfonso Grillo
2023-01-20 17:04:00 +01:00
parent 84d0edac0b
commit 9e21915a4e
2 changed files with 2 additions and 1 deletions
@@ -84,6 +84,7 @@ struct PollHistory: View {
} label: {
Text("Load more polls")
}
.disabled(viewModel.viewState.isLoading)
}
}