From 1aad5a6336716240dfd46c91e94618da42dd7db8 Mon Sep 17 00:00:00 2001 From: leemhyungyu Date: Thu, 7 Nov 2024 21:43:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=98=A4=ED=83=88=EC=9E=90=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../QuestionAndAnswer/QuestionAndAnswerFeature.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift b/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift index 9d74afb0..0f982c5f 100644 --- a/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift +++ b/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift @@ -30,9 +30,9 @@ extension QuestionAndAnswerFeature { return .none } - if (previousFocustedField == .firstLetter && state.firstLetterTextFieldContent.count >= 50) || - (previousFocustedField == .secondLetter && state.secondLetterTextFieldContent.count >= 50) || - (previousFocustedField == .thirdLetter && state.thirdLetterTextFieldContent.count >= 50) { + if (previousFocusedField == .firstLetter && state.firstLetterTextFieldContent.count >= 50) || + (previousFocusedField == .secondLetter && state.secondLetterTextFieldContent.count >= 50) || + (previousFocusedField == .thirdLetter && state.thirdLetterTextFieldContent.count >= 50) { state.textFieldState = .active } else { state.textFieldState = .enabled