From e623aa312bdfc033dfb24c02d47442cb2f059cb0 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 24 Dec 2022 01:45:03 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/web/src/routes/Entry/LoginView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/routes/Entry/LoginView.tsx b/client/web/src/routes/Entry/LoginView.tsx index 2e4d6e11..c22375de 100644 --- a/client/web/src/routes/Entry/LoginView.tsx +++ b/client/web/src/routes/Entry/LoginView.tsx @@ -101,7 +101,7 @@ export const LoginView: React.FC = React.memo(() => { /> - {error && ( + {loading === false && error && (

{error.message}