Skip to content

Commit

Permalink
removing scoial history for this push
Browse files Browse the repository at this point in the history
  • Loading branch information
apgupta3303 committed Mar 9, 2024
1 parent ae360a9 commit 63a9a3c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Intake/ScrollablePDF.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,6 @@ struct ScrollablePDF: View {
}
}

private struct SocialHistoryView: View {
@Environment(DataStore.self) private var data
@Environment(NavigationPathWrapper.self) private var navigationPath

var body: some View {
Section(header: HeaderTitle(title: "Social History", nextView: NavigationViews.surgical)) {
List(data.surgeries, id: \.id) { item in
HStack {
Text(item.surgeryName)
Spacer()
Text(item.date)
.foregroundColor(.secondary)
}
}
}
}
}

private struct MedicationSection: View {
@Environment(DataStore.self) private var data
Expand Down

0 comments on commit 63a9a3c

Please sign in to comment.