From bb3621e4244d2aa232d4ae637b1116e8f094e373 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 29 Feb 2024 13:19:41 +0800 Subject: [PATCH] Make loader abrupt if >= 3 replies --- 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 34de3b52..fe638371 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -906,7 +906,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) { !!heroStatus?.repliesCount && !hasDescendants && (
- + = 3} />
)} {uiState === 'error' &&