diff --git a/src/pages/status.jsx b/src/pages/status.jsx index dc01aafc..aef35975 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -304,6 +304,9 @@ function StatusPage({ id }) { { + userInitiated.current = true; + }} /> )} {uiState === 'loading' && @@ -339,7 +342,11 @@ function StatusPage({ id }) { ); } -function SubComments({ hasManyStatuses, replies }) { +function SubComments({ + hasManyStatuses, + replies, + onStatusLinkClick = () => {}, +}) { // If less than or 2 replies and total number of characters of content from replies is less than 500 let isBrief = false; if (replies.length <= 2) { @@ -365,9 +372,7 @@ function SubComments({ hasManyStatuses, replies }) { { - userInitiated.current = true; - }} + onClick={onStatusLinkClick} >