From d19612689b22af83b2cc63b85b30d60b2fcbe7e1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 29 Apr 2020 22:05:00 +0300 Subject: Drop unused code --- vnext/src/ui/Thread.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/Thread.js') diff --git a/vnext/src/ui/Thread.js b/vnext/src/ui/Thread.js index 9d22200c..f5cab72f 100644 --- a/vnext/src/ui/Thread.js +++ b/vnext/src/ui/Thread.js @@ -118,7 +118,7 @@ function Comment({ msg, draft, visitor, active, setActive, onStartEditing, postC /** * @param {{ visitor: import('../api').SecureUser - connection?: EventSource + connection: EventSource? }} props */ export default function Thread(props) { -- cgit v1.2.3