From 9fbc20d012d0f7bef9c10ec7fff586d5ef2022b1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 14 Nov 2019 16:54:32 +0300 Subject: Fix anonymous Thread view --- vnext/src/ui/Thread.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui') diff --git a/vnext/src/ui/Thread.js b/vnext/src/ui/Thread.js index 4f53c4af..ec8a1eda 100644 --- a/vnext/src/ui/Thread.js +++ b/vnext/src/ui/Thread.js @@ -120,7 +120,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