fix(attachments): Update fn name in ImageAttachmentComponent

This commit is contained in:
Juan Tejada 2016-03-22 11:24:34 -07:00
parent 775a91577f
commit 9bbaf3b90d

View file

@ -62,7 +62,7 @@ class ImageAttachmentComponent extends AttachmentComponent {
<span className="progress-background"></span>
<span className="progress-foreground" style={this._downloadProgressStyle()}></span>
</span>
{this._renderFileActions()}
{this._renderFileActionIcon()}
<div className="file-preview" onDoubleClick={this._onClickView}>
<div className="file-name-container">
<div className="file-name">{displayName}</div>