chore: remove useless ref property

This commit is contained in:
Benjy Cui 2015-12-07 11:12:19 +08:00
parent 16ce16ebd3
commit 1a4527944f

View File

@ -32,8 +32,7 @@ export default React.createClass({
<div className={prefixCls + '-list-item-info'}>
<Icon type="paper-clip" />
<span className="ant-upload-item-name">{file.name}</span>
<Icon type="cross" ref="theCloseBtn"
onClick={this.handleClose.bind(this, file)} />
<Icon type="cross" onClick={this.handleClose.bind(this, file)} />
</div>
{ progress }
</div>