From 29c7ed5bbc4779a344f55cf49e223dc9030761a4 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 21 Jan 2023 15:22:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=94=B6=E4=BB=B6?= =?UTF-8?q?=E7=AE=B1notfound=E7=9A=84=E5=9B=BE=E7=89=87=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/web/src/routes/Main/Content/Inbox/Content/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/web/src/routes/Main/Content/Inbox/Content/index.tsx b/client/web/src/routes/Main/Content/Inbox/Content/index.tsx index e59589c6..e464fd56 100644 --- a/client/web/src/routes/Main/Content/Inbox/Content/index.tsx +++ b/client/web/src/routes/Main/Content/Inbox/Content/index.tsx @@ -21,7 +21,11 @@ export const InboxContent: React.FC = React.memo((props) => { useInboxAck(inboxItemId ?? ''); if (!inboxItem) { - return ; + return ( +
+ +
+ ); } if (inboxItem.type === 'message') {