From 7f228513bf2d2807f2c4848460e0454925422b58 Mon Sep 17 00:00:00 2001 From: KANGYONGSU23 Date: Tue, 28 Nov 2023 22:30:27 +0900 Subject: [PATCH] =?UTF-8?q?fix=20::=20=EB=82=B4=EA=B0=80=20=EC=A7=80?= =?UTF-8?q?=EC=9B=90=ED=95=9C=20=EA=B8=B0=EC=97=85=EC=9D=B4=20=EC=97=86?= =?UTF-8?q?=EC=9D=84=20=EC=8B=9C=20=EC=95=84=EB=AC=B4=EA=B2=83=EB=8F=84=20?= =?UTF-8?q?=EC=95=88=EB=9C=A8=EB=8A=94=20=EC=98=A4=EB=A5=98=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mypage/AppliedCompaniesList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mypage/AppliedCompaniesList.tsx b/src/components/mypage/AppliedCompaniesList.tsx index fe9d0d9..f8cceab 100644 --- a/src/components/mypage/AppliedCompaniesList.tsx +++ b/src/components/mypage/AppliedCompaniesList.tsx @@ -11,7 +11,7 @@ export default function AppliedCompaniesList() { return (

내가 지원한 기업

- {!applications && ( + {!applications?.applications.length && (
DOCS