From e7bf74b061706f3d5b3dc1ff93ed007ee6831b20 Mon Sep 17 00:00:00 2001 From: gxxrxn Date: Wed, 17 Jul 2024 14:49:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A7=81=EA=B5=B0/=EC=A7=81=EC=97=85=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=EA=B0=80=20=EC=9E=88=EB=8A=94=20=EA=B2=BD?= =?UTF-8?q?=EC=9A=B0=EB=A7=8C=20=EB=B1=83=EC=A7=80=20=EB=85=B8=EC=B6=9C?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profile/info/ProfileInfoPresenter.tsx | 39 ++++++++++--------- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/src/components/profile/info/ProfileInfoPresenter.tsx b/src/components/profile/info/ProfileInfoPresenter.tsx index d2d3df0d..f6b3909d 100644 --- a/src/components/profile/info/ProfileInfoPresenter.tsx +++ b/src/components/profile/info/ProfileInfoPresenter.tsx @@ -11,24 +11,27 @@ const ProfileInfoPresenter = ({ }: ProfileInfoProps) => { return (
-
- - {jobGroupKoreanName} - - - {jobNameKoreanName} - -
+ {jobGroupKoreanName && jobNameKoreanName && ( +
+ + {jobGroupKoreanName} + + + {jobNameKoreanName} + +
+ )} +