We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7de93c5 + e9dc9aa commit de5234fCopy full SHA for de5234f
src/routes/details/components/breakdown/breakdownBase.tsx
@@ -118,7 +118,7 @@ type BreakdownProps = BreakdownOwnProps & BreakdownStateProps & BreakdownDispatc
118
119
class BreakdownBase extends React.Component<BreakdownProps, BreakdownState> {
120
protected defaultState: BreakdownState = {
121
- activeTabKey: this.props.isOptimizationsTab ? 2 : 0,
+ activeTabKey: this.props.isOptimizationsTab ? 3 : 0,
122
};
123
public state: BreakdownState = { ...this.defaultState };
124
0 commit comments