Skip to content

Commit

Permalink
Last second (#88)
Browse files Browse the repository at this point in the history
# *Fixing navigation stack

## ♻️ Current situation & Problem
*Link any open issues or pull requests (PRs) related to this PR. Please
ensure that all non-trivial PRs are first tracked and discussed in an
existing GitHub issue or discussion.*


## ⚙️ Release Notes 
*Fixes circular nav stack


## 📚 Documentation
*Please ensure that you properly document any additions in conformance
to [Spezi Documentation
Guide](https://github.com/StanfordSpezi/.github/blob/main/DOCUMENTATIONGUIDE.md).*
*You can use this section to describe your solution, but we encourage
contributors to document your reasoning and changes using in-line
documentation.*


## ✅ Testing
*Please ensure that the PR meets the testing requirements set by CodeCov
and that new functionality is appropriately tested.*
*This section describes important information about the tests and why
some elements might not be testable.*


## 📝 Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md):
- [ ] I agree to follow the [Code of
Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
apgupta3303 committed Mar 15, 2024
1 parent 102dba7 commit 93097c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Intake/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
},
"Add_allergy" : {

},
"Add_allergy" : {

},
"ADD_REACTION" : {

Expand Down Expand Up @@ -263,6 +266,9 @@
},
"DELETE_SURGERY" : {

},
"Do you currently smoke or have you smoked in the past?" : {

},
"Download your medical records from your health system." : {

Expand Down
2 changes: 1 addition & 1 deletion Intake/SocialHistory/SmokingHistory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct SmokingHistoryView: View {
SubmitButton(nextView: NavigationViews.pdfs)
.padding()
} else {
SubmitButton(nextView: NavigationViews.chat)
SubmitButton(nextView: NavigationViews.pdfs)
.padding()
}
}
Expand Down

0 comments on commit 93097c7

Please sign in to comment.