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!

: