diff options
Diffstat (limited to 'vnext/src/ui')
-rw-r--r-- | vnext/src/ui/Thread.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |