diff --git a/src/shared/components/plots/PlotsTab.tsx b/src/shared/components/plots/PlotsTab.tsx index 9a1c0a78300..2210469ba65 100644 --- a/src/shared/components/plots/PlotsTab.tsx +++ b/src/shared/components/plots/PlotsTab.tsx @@ -4449,7 +4449,7 @@ export default class PlotsTab extends React.Component { )} - {DiscreteVsDiscretePlotType.StackedBar && ( + {this.stackedBar && (