From 893d36ff9131d295733a61c5a817324335317b46 Mon Sep 17 00:00:00 2001 From: dillon Date: Fri, 21 Aug 2015 10:45:07 -0700 Subject: [PATCH] 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 --- static/package-template/lib/my-message-sidebar.cjsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/package-template/lib/my-message-sidebar.cjsx b/static/package-template/lib/my-message-sidebar.cjsx index 2178a61b5..05e750a87 100644 --- a/static/package-template/lib/my-message-sidebar.cjsx +++ b/static/package-template/lib/my-message-sidebar.cjsx @@ -52,7 +52,7 @@ class MyMessageSidebar extends React.Component # mode={RetinaImg.Mode.ContentIsMask}/> #
-

Hi there {@state.contact.name}!

+

{@state.contact.displayName()} is the focused contact.

_renderPlaceholder: =>