Skip to content

Commit de5d5fc

Browse files
committed
Finish wiring mitigation date value through the app
1 parent b269207 commit de5d5fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/penn_chime/presentation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
356356
hospitalized=Disposition(hospitalized_rate, hospitalized_days),
357357
icu=Disposition(icu_rate, icu_days),
358358
relative_contact_rate=relative_contact_rate,
359+
mitigation_date=mitigation_date,
359360
ventilated=Disposition(ventilated_rate, ventilated_days),
360361
current_date=current_date,
361362
date_first_hospitalized=date_first_hospitalized,

0 commit comments

Comments
 (0)