fix: remove redundant My Trips title from tab view

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-01-12 18:52:18 -06:00
parent 1ffd6122c9
commit 402a8877f3

View File

@@ -481,7 +481,6 @@ struct SavedTripsListView: View {
}
}
.themedBackground()
.navigationTitle("My Trips")
}
}