From 43c15513020388d921add154637be68874aba17f Mon Sep 17 00:00:00 2001 From: lydiacho Date: Tue, 30 Jul 2024 03:35:41 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=9A=A9?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ResultPage/components/ScreeningResult.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ResultPage/components/ScreeningResult.tsx b/src/views/ResultPage/components/ScreeningResult.tsx index 4d4ccb4d..8b9c475f 100644 --- a/src/views/ResultPage/components/ScreeningResult.tsx +++ b/src/views/ResultPage/components/ScreeningResult.tsx @@ -52,7 +52,7 @@ const Content = ({ pass }: { pass?: boolean }) => { return ( <> - {!pass ? ( + {pass ? (

{`안녕하세요. ${season}기 ${soptName} 입니다.\n\n`} {`축하드립니다!`} @@ -121,7 +121,7 @@ const ScreeningResult = () => { 결과 확인 - {!pass && ( + {pass && ( <>

{isMakers ? (