Skip to content

Commit

Permalink
fix: missing colon in trip id debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Nov 19, 2024
1 parent 4494b71 commit c011106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iosApp/iosApp/Pages/TripDetails/TripDetailsPage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct TripDetailsPage: View {
if nearbyVM.showDebugMessages {
DebugView {
VStack {
Text(verbatim: "trip id \(tripId)")
Text(verbatim: "trip id: \(tripId)")
Text(verbatim: "vehicle id: \(vehicleId)")
}
}
Expand Down

0 comments on commit c011106

Please sign in to comment.