mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-21 07:27:51 +08:00
fix(message-sidebar): remove faulty component. fixes T2391.
Summary: I'm proposing this patch as a temp fix for this issue. Desired functionality should probably be defined before adding more code. Test Plan: Attempting to test manually... can't get my runtime edgehill to propagate these changes tho :( Reviewers: bengotow Reviewed By: bengotow Maniphest Tasks: T2391 Differential Revision: https://phab.nylas.com/D1911
This commit is contained in:
parent
c9c552a56f
commit
893d36ff91
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class MyMessageSidebar extends React.Component
|
|||
# mode={RetinaImg.Mode.ContentIsMask}/>
|
||||
#
|
||||
<div className="header">
|
||||
<h1>Hi there {@state.contact.name}!</h1>
|
||||
<h1>{@state.contact.displayName()} is the focused contact.</h1>
|
||||
</div>
|
||||
|
||||
_renderPlaceholder: =>
|
||||
|
|
Loading…
Reference in a new issue