From 58976cef426b2f15b7377729b659966107dd95ea Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 9 Oct 2023 18:46:41 +0800 Subject: [PATCH] Always wait for time out on loading page --- packages/web/pages/article/sr/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/pages/article/sr/[id].tsx b/packages/web/pages/article/sr/[id].tsx index 926c79ceb..6213a6759 100644 --- a/packages/web/pages/article/sr/[id].tsx +++ b/packages/web/pages/article/sr/[id].tsx @@ -125,7 +125,7 @@ export function PrimaryContent(props: PrimaryContentProps): JSX.Element { router.replace('/login') } - if (timedOut || error) { + if (timedOut) { return ( )