diff --git a/src/components/SelectStyle/SelectStyle.tsx b/src/components/SelectStyle/SelectStyle.tsx index 64481c8..47c50cc 100644 --- a/src/components/SelectStyle/SelectStyle.tsx +++ b/src/components/SelectStyle/SelectStyle.tsx @@ -28,8 +28,8 @@ const IMG_STYLE_DATA = [ const STYLE_NAME_MAPPING: { [key: string]: string } = { "친근한 말투": "FRIENDLY", - "유쾌한 말투": "CUTE", - "귀여운 말투": "PROFESSIONAL", + "믿음직한 말투": "PROFESSIONAL", + "귀여운 말투": "CUTE", }; const SelectStyle = () => { diff --git a/src/pages/LoadingPage/LoadingPage.tsx b/src/pages/LoadingPage/LoadingPage.tsx index dbb4606..6cb8da3 100644 --- a/src/pages/LoadingPage/LoadingPage.tsx +++ b/src/pages/LoadingPage/LoadingPage.tsx @@ -22,7 +22,6 @@ const LoadingPage = () => { type: AppBridgeMessageType.RECEIVE_GENERATED_REVIEW, payload: { result: String(generateReviewData) }, }); - alert("디버깅 메시지: generateReviewData" + generateReviewData); if (generateReviewData.length > 0) { navigateToReviewResult(); @@ -46,10 +45,7 @@ const LoadingPage = () => { borderRadius: "8px", marginTop: "20px", }} - > -

🔍 디버깅용 데이터

-
{JSON.stringify(generateReviewData, null, 2)}
- + >
createReviewImg