Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
usr110 committed Sep 13, 2023
1 parent baf01de commit 0ee5aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results_app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ server <- function(input, output, session) {
if (in_int_pathway == "Yes")
updated_dose <- dose_level2
}
else if (x == "level2"){
else if (x == "level3"){
updated_dose <- dose_pathway_level3
if (in_int_pathway == "Yes")
updated_dose <- dose_level3
Expand Down

0 comments on commit 0ee5aea

Please sign in to comment.