Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby committed Jul 1, 2024
1 parent 401efba commit fa40585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class StatusContent extends PureComponent {
//const { collapsed } = this.props;
//const { collapsedHeight } = this.props;

collapse = this.state.collapsed
collapse = this.props.collapsed
autoCollapse = this.props.autoCollapsed

const hidden = this.props.onExpandedToggle ? !this.props.expanded : this.state.hidden;
Expand Down

0 comments on commit fa40585

Please sign in to comment.