diff --git a/src/pages/status.jsx b/src/pages/status.jsx index 09f298ce..5afeb835 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -845,7 +845,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) { const isHero = statusID === id; const StatusParent = useCallback( (props) => - isThread || thread ? ( + isThread || thread || ancestor ? (