Skip to content

Commit 3a98767

Browse files
authored
Merge pull request #194 from cmu-delphi/display-scalebybaseline-choice-for-hosp
Display scaleByBaseline checkbox for hospitalizations
2 parents 4cd31c2 + 51794d1 commit 3a98767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ui <- fluidPage(padding=0, title="Forecast Eval Dashboard",
8888
"Log Scale",
8989
value = FALSE,
9090
)),
91-
conditionalPanel(condition = "input.scoreType != 'coverage' && input.targetVariable != 'Hospitalizations'",
91+
conditionalPanel(condition = "input.scoreType != 'coverage'",
9292
checkboxInput(
9393
"scaleByBaseline",
9494
"Scale by Baseline Forecaster",

0 commit comments

Comments
 (0)