From 75cfd021345beccf6af0dc501736e2d8bc905a01 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 1 Aug 2023 19:24:12 +0800 Subject: [PATCH] Need link for ancestors too --- src/pages/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? (