Skip to content

Commit

Permalink
Chore:wrench:: #32 Delete Unused variable
Browse files Browse the repository at this point in the history
- 더 이상 사용되지 않는 변수 삭제
  • Loading branch information
taek0622 committed Jun 2, 2023
1 parent c3b868a commit aa730d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Nav/View/MapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ struct MapView: View {

// 서울 좌표
@State private var region = MKCoordinateRegion(center: CLLocationCoordinate2D(latitude: 37.5666791, longitude: 126.9782914), span: MKCoordinateSpan(latitudeDelta: 0.5, longitudeDelta: 0.5))
@State private var isLoggedIn: Bool = true
@State private var isClickedYes: Bool = false
@State private var isShowModal: Bool = false

private var mockDatas: [MockDatum] = MockDatum.allData

Expand Down

0 comments on commit aa730d5

Please sign in to comment.