Typo comment

This commit is contained in:
Dan Abramov
2024-12-17 22:14:22 +00:00
parent 6d9d0b281a
commit 9af57ee441
+1 -1
View File
@@ -395,7 +395,7 @@ export function PostThread({uri}: {uri: string | undefined}) {
useEffect(() => {
if (skeleton) {
// We're not tracking linger time here so conservatively mark
// just the highlighted post and the parent. Presumably,
// just the highlighted post and the parents. Presumably,
// if you're already midthread, you know what was above.
const {parents, highlightedPost} = skeleton
markGloballySeenPost(highlightedPost.uri)