mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(attachments): Update fn name in ImageAttachmentComponent
This commit is contained in:
parent
8ff89dbf48
commit
8f864e76e3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue