diff options
Diffstat (limited to 'vnext/src/ui/Thread.js')
-rw-r--r-- | vnext/src/ui/Thread.js | 5 |
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(); |