From 72c54113474945b9f774ca5253b2ef867fe0da7c Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 26 Dec 2023 17:04:46 +0800 Subject: [PATCH] Also show comment icon when not a thread --- 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 2b129fd..39e5fe0 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -819,7 +819,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) { onMediaClick={handleMediaClick} onStatusLinkClick={handleStatusLinkClick} /> - {ancestor && isThread && repliesCount > 1 && ( + {ancestor && repliesCount > 1 && (