removed view from viewModel

This commit is contained in:
Flavio Alescio
2023-02-01 12:41:05 +01:00
parent 5946ffb8e2
commit 30daef4be1
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