Skip to content

Commit

Permalink
Revert "shelfing ahd dashboards"
Browse files Browse the repository at this point in the history
This reverts commit b8553fb.
  • Loading branch information
cbrianbet committed Dec 12, 2024
1 parent b8553fb commit 6195b0c
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 & SMART',
comparison: 'COMPARISON DWH & KHIS',
}

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 6195b0c

Please sign in to comment.