From 38a7670b8ebaa58ff1a3b395d1ca931ae1e05a42 Mon Sep 17 00:00:00 2001 From: Sean <> Date: Fri, 31 May 2024 12:38:47 -0400 Subject: [PATCH] Updates for releae 2.2.1 Modified version removed health quesitonaire removed cancel from quesitonaire --- .env | 4 ++-- src/Home.tsx | 5 +---- .../questionnaire-item/QuestionnaireItemComponent.tsx | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.env b/.env index ac631f3..4d7f9ef 100644 --- a/.env +++ b/.env @@ -89,6 +89,6 @@ REACT_APP_LOG_ENABLED=false REACT_APP_LOG_API_KEY=<...> REACT_APP_LOG_ENDPOINT_URI="http://localhost:8085" -REACT_APP_VERSION="version - 2.1.2" +REACT_APP_VERSION="version - 2.2.1" # Set to have HHS Banner -REACT_APP_HHS_BANNER=<...> \ No newline at end of file +REACT_APP_HHS_BANNER=false diff --git a/src/Home.tsx b/src/Home.tsx index 1a4ec5c..b88be9b 100644 --- a/src/Home.tsx +++ b/src/Home.tsx @@ -147,11 +147,8 @@ export default class Home extends React.Component { pathname: '/questionnaire', state: { patientSummaries: this.props.patientSummaries, questionnaireId: 'caregiver-strain-questionnaire' } }} >Caregiver Strain Assessment
- My Health Priorities
+ {/* {(tasks === undefined) ?

You have no tasks today!

: