From 44235b78e4079c5f5020da8aba49fae227086d61 Mon Sep 17 00:00:00 2001 From: lgrin-byte Date: Sat, 8 Feb 2025 14:50:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=84=A4=EB=B9=84=EA=B2=8C=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SelectStyle/SelectStyle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SelectStyle/SelectStyle.tsx b/src/components/SelectStyle/SelectStyle.tsx index 392d9b6..f03fef5 100644 --- a/src/components/SelectStyle/SelectStyle.tsx +++ b/src/components/SelectStyle/SelectStyle.tsx @@ -41,8 +41,8 @@ const SelectStyle = () => { const handleCreateReview = () => { if (selectedStyle.name !== "default") { setReviewStyle(selectedStyle); + navigateToReviewResult(); } - navigateToReviewResult(); send({ type: AppBridgeMessageType.CREATE_REVIEW, payload: { ocrText, hashTag, reviewStyle: reviewStyle.name },