fix(composer): Show From: when replyToMessageId is null

This commit is contained in:
Ben Gotow 2015-08-25 12:23:48 -07:00
parent 0330dbbc22
commit e65c078cf3

View file

@ -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,