random ish
This commit is contained in:
@@ -459,21 +459,6 @@ struct SavedTripsListView: View {
|
||||
.padding(Theme.Spacing.md)
|
||||
}
|
||||
.themedBackground()
|
||||
.navigationTitle("My Trips")
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .primaryAction) {
|
||||
Menu {
|
||||
Button {
|
||||
showCreatePoll = true
|
||||
} label: {
|
||||
Label("Create Poll", systemImage: "chart.bar.doc.horizontal")
|
||||
}
|
||||
.disabled(trips.count < 2)
|
||||
} label: {
|
||||
Image(systemName: "ellipsis.circle")
|
||||
}
|
||||
}
|
||||
}
|
||||
.task {
|
||||
await loadPolls()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user