mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(composer): Show From: when replyToMessageId is null
This commit is contained in:
parent
0330dbbc22
commit
e65c078cf3
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ class ComposerView extends React.Component
|
|||
files: draft.files
|
||||
subject: draft.subject
|
||||
body: draft.body
|
||||
showfrom: not draft.replyToMessageId? and draft.files.length is 0
|
||||
showfrom: not draft.replyToMessageId and draft.files.length is 0
|
||||
|
||||
if !@state.populated
|
||||
_.extend state,
|
||||
|
|
Loading…
Reference in a new issue