Skip to content

Commit

Permalink
rendering-condition-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SURAJ-SHARMA27 committed Aug 13, 2024
1 parent 659c4ad commit 3b97bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/plots/PlotsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4449,7 +4449,7 @@ export default class PlotsTab extends React.Component<IPlotsTabProps, {}> {
</div>
</div>
)}
{DiscreteVsDiscretePlotType.StackedBar && (
{this.stackedBar && (
<div className="form-group">
<label>Sort By</label>
<div style={{ display: 'flex' }}>
Expand Down

0 comments on commit 3b97bad

Please sign in to comment.