Skip to content

Commit

Permalink
shelfing ahd dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet committed Dec 11, 2024
1 parent cf66091 commit b8553fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const CT_TABS = {
ovc: 'OVC',
covid: 'COVID-19',
artVerification: 'ART VERIFICATION',
ahd: 'AHD'
// ahd: 'AHD'
};

export const SD_TABS = {
Expand All @@ -45,7 +45,7 @@ export const OPERATIONALHIS_TABS = {
accuracy: 'ACCURACY',
// consistency: 'CONSISTENCY',
dataQualityAssessment: 'DATA QUALITY ASSESSMENT',
comparison: 'COMPARISON DWH & KHIS',
comparison: 'COMPARISON DWH, KHIS & SMART',
}

export const PMTCT_RRI_TABS = {
Expand Down
10 changes: 5 additions & 5 deletions src/views/CT/CT.js
Original file line number Diff line number Diff line change
Expand Up @@ -901,11 +901,11 @@ const CT = () => {
<ArtVerification />
) : null}
</TabPane>
<TabPane tabId={'ahd'}>
{active_tab === 'ahd' ? (
<AHD />
) : null}
</TabPane>
{/*<TabPane tabId={'ahd'}>*/}
{/* {active_tab === 'ahd' ? (*/}
{/* <AHD />*/}
{/* ) : null}*/}
{/*</TabPane>*/}
</TabContent>
<p></p>
<p></p>
Expand Down

0 comments on commit b8553fb

Please sign in to comment.