chronic-care / mcc-project

MCC eCare Plan project planning and documentation
Apache License 2.0
0 stars 1 forks source link

Fix bug for HHS warning banner in MyCarePlanner #400

Closed kbertodatti closed 1 month ago

kbertodatti commented 1 month ago

From Matt: just a quick comment on the HHS warning banner in version 2.2.0. I set REACT_APP_HHS_BANNER="false" as an environment variable on the command line, but it appears that a value of false still means that the banner should show, as it's showing in that case:

also the progress bar is still displaying on top, as you can see in the screenshot.

Setting REACT_APP_HHS_BANNER="true" continues to disable the banner.

Not a blocker as we can still turn it off, I just wanted to bring this to your attention. FYI

Acceptance Criteria