Skip to content

Commit

Permalink
remove blank spacce
Browse files Browse the repository at this point in the history
  • Loading branch information
kossel committed Apr 2, 2018
1 parent f6bc528 commit 657c991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Panel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CollapsePanel extends Component {
[`${prefixCls}-item-disabled`]: disabled,
}, className);
return (
<div className={itemCls} style={style} id={id} >
<div className={itemCls} style={style} id={id}>
<div
className={headerCls}
onClick={this.handleItemClick}
Expand Down

0 comments on commit 657c991

Please sign in to comment.