Skip to content

Commit 4cfab70

Browse files
committed
[BOOK-477] fix: EmotionStep에서 기록 완료 버튼 활성화 기준 committedEmotion으로 변경
1 parent 8077e47 commit 4cfab70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/register/RecordRegisterPresenter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class RecordRegisterPresenter(
118118
}
119119

120120
RecordStep.EMOTION -> {
121-
selectedEmotion != null
121+
committedEmotion != null
122122
}
123123

124124
RecordStep.IMPRESSION -> true

0 commit comments

Comments
 (0)