Skip to content

Commit

Permalink
Addressed review comment to remove changeChartVisibility condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahKirtan2003 committed Dec 25, 2024
1 parent 7d24e92 commit bf472f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/studyView/StudyViewPageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7814,10 +7814,6 @@ export class StudyViewPageStore
@action
initializeClinicalEventTypeCountChart(): void {
if (this.shouldDisplayClinicalEventTypeCounts.result) {
this.changeChartVisibility(
SpecialChartsUniqueKeyEnum.CLINICAL_EVENT_TYPE_COUNTS,
false
);
this.chartsType.set(
SpecialChartsUniqueKeyEnum.CLINICAL_EVENT_TYPE_COUNTS,
ChartTypeEnum.CLINICAL_EVENT_TYPE_COUNTS_TABLE
Expand Down

0 comments on commit bf472f2

Please sign in to comment.