Skip to content

Commit

Permalink
fix: hash content not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
hlobil authored and luin committed May 31, 2017
1 parent 222c556 commit beae3ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class HashContent extends BaseContent {
this.handleSelect(evt, index)
this.setState({editableIndex: index})
}}
width={this.props.sidebarWidth}
width={this.props.contentBarWidth}
height={this.props.height}
headerHeight={24}
>
Expand Down

0 comments on commit beae3ab

Please sign in to comment.