From 3a19fed9c485881dcccb2815efe712bee4424175 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 12 Feb 2022 21:40:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=9B=BE=E7=89=87=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/routes/Entry/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/routes/Entry/index.tsx b/web/src/routes/Entry/index.tsx index 6100242b..132d6c95 100644 --- a/web/src/routes/Entry/index.tsx +++ b/web/src/routes/Entry/index.tsx @@ -16,7 +16,7 @@ const EntryRoute = React.memo(() => {
@@ -27,7 +27,8 @@ const EntryRoute = React.memo(() => {
-
+ +
); });