From cb8c33eb60e4a2fc11396dc180e7555982efc323 Mon Sep 17 00:00:00 2001 From: woojoung Date: Wed, 20 Nov 2024 20:09:14 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=ED=99=88=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EA=B5=AC=ED=98=84=20=EB=81=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/CoupleReport.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/components/home/CoupleReport.tsx b/src/components/home/CoupleReport.tsx index 19e1cd9..bce54ee 100644 --- a/src/components/home/CoupleReport.tsx +++ b/src/components/home/CoupleReport.tsx @@ -136,6 +136,11 @@ const CoupleReport = ({ coupleData }: CoupleReportProps) => { 난임 스트레스 예상 점수 + {coupleData?.result && ( +
+ +
+ )}
@@ -144,6 +149,14 @@ const CoupleReport = ({ coupleData }: CoupleReportProps) => { export default CoupleReport; +const EmotionGraphContainer = styled.div` + width: 100%; + + .flex-box { + display: flex; + } +`; + const ToggleContainer = styled.div` display: flex; justify-content: space-between;