Skip to content

Commit

Permalink
Merge pull request #69 from chronic-care/banner
Browse files Browse the repository at this point in the history
Banner
  • Loading branch information
swmuir authored May 30, 2024
2 parents 9d4802a + 4f4bd8c commit 3844a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ REACT_APP_LOG_ENDPOINT_URI="http://localhost:8085"

REACT_APP_VERSION="version - 2.1.2"
# Set to have HHS Banner
# REACT_APP_HHS_BANNER=true
REACT_APP_HHS_BANNER=<...>
2 changes: 1 addition & 1 deletion src/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class Home extends React.Component<HomeProps, HomeState> {
let screenings = this.props.screenings?.filter(s => s.notifyPatient)
// let tasks = this.props.tasks;

const hhsBanner = process.env.REACT_APP_HHS_BANNER === 'false'
const hhsBanner = process.env.REACT_APP_HHS_BANNER === 'true'

return (
<div className="home-view">
Expand Down

0 comments on commit 3844a97

Please sign in to comment.