From 21aaf1eaeaaaed2230119e35306e797a8a7f31f3 Mon Sep 17 00:00:00 2001 From: Yun-Jinwoo Date: Fri, 2 May 2025 14:22:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EB=A1=9C=EB=93=9C=EC=A4=91=EC=9D=BC=EB=95=8C=20?= =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Recipient/Recipient.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/Recipient/Recipient.jsx b/src/pages/Recipient/Recipient.jsx index afac477..118697f 100644 --- a/src/pages/Recipient/Recipient.jsx +++ b/src/pages/Recipient/Recipient.jsx @@ -144,10 +144,7 @@ export default function Recipient({ showDelete }) { const selectedCard = messages.find((card) => card.id === selectedCardId); - if (!postData || messages.length < 0) - return ( -
페이지를 불러오는 중..
- ); + if (!postData || messages.length < 0) return; return ( <>