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.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/vnext/src/ui/Thread.js b/vnext/src/ui/Thread.js
index f26eead6..a3136c35 100644
--- a/vnext/src/ui/Thread.js
+++ b/vnext/src/ui/Thread.js
@@ -15,9 +15,8 @@ import { Helmet } from 'react-helmet';
const emptyMessage = {};
/**
- * @param {{
- connection: EventSource?
- }} props
+ * Thread component
+ * @param {import('react').PropsWithChildren<{}>} props
*/
export default function Thread(props) {
const location = useLocation();