Improve UX

This commit is contained in:
Alfonso Grillo
2023-01-20 17:04:00 +01:00
parent 9187b02662
commit 7486e1d189
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)
}
}