Skip to content

Commit

Permalink
fix: 네비게이트 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrin-byte committed Feb 8, 2025
1 parent 131e032 commit 44235b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectStyle/SelectStyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 44235b7

Please sign in to comment.