removed view from viewModel

This commit is contained in:
Flavio Alescio
2023-02-01 12:41:05 +01:00
parent 5b7bfc5642
commit 14c96a78b0
6 changed files with 9 additions and 9 deletions
@@ -29,7 +29,6 @@ enum PollHistoryDetailViewModelResult {
// MARK: View
struct PollHistoryDetailViewState: BindableState {
var timelinePollView: any View
var poll: TimelinePollDetails
var pollStartDate: Date {
poll.startDate