Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
Sent from my iPhone
  • Loading branch information
acbdev authored Oct 8, 2024
1 parent 79b7aac commit 9bfc0fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code Relay/Code Relay/DetailsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ struct DetailsView: View {

//To do - link this up to actual coordinates!
@State private var region = MKCoordinateRegion(center: CLLocationCoordinate2D(latitude: 0, longitude: 0),
@State private var showCheekyPrawn = false span: MKCoordinateSpan(latitudeDelta: 0.5, longitudeDelta: 0.5))
span: MKCoordinateSpan(latitudeDelta: 0.5, longitudeDelta: 0.5))
@State private var showCheekyPrawn = false

@State var location: Location

Expand Down

0 comments on commit 9bfc0fd

Please sign in to comment.