aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Thread.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Thread.js')
-rw-r--r--vnext/src/ui/Thread.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/vnext/src/ui/Thread.js b/vnext/src/ui/Thread.js
index 6ebef0dc..cc0dbac2 100644
--- a/vnext/src/ui/Thread.js
+++ b/vnext/src/ui/Thread.js
@@ -96,11 +96,9 @@ function Comment({ msg, draft, visitor, active, setActive, onStartEditing, postC
</div>
}
<div className="embedContainer" ref={embedRef} />
- <div className="msg-links">
{
active === msg.rid && <MessageInput data={msg} text={draft || ''} onSend={postComment}>Write a comment...</MessageInput>
}
- </div>
</div>
);
}