Skip to content

Commit b7e3b0d

Browse files
committed
[BOOK-353] feat: 감상평 남기는 화면 버튼 항상 활성화
감상평은 꼭 남기지 않아도 되는 것으로 변경
1 parent 92ac48f commit b7e3b0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ class RecordRegisterPresenter @AssistedInject constructor(
9999
selectedEmotion != null
100100
}
101101

102-
RecordStep.IMPRESSION -> {
103-
impressionState.text.isNotEmpty()
104-
}
102+
RecordStep.IMPRESSION -> true
105103
}
106104
}
107105
}

0 commit comments

Comments
 (0)