Skip to content

Commit 56d9cfa

Browse files
committed
[BOOK-165] fix: 파라미터 제거 반영
1 parent 86abffe commit 56d9cfa

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/RecordRegisterUi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ internal fun RecordRegister(
5656
}
5757

5858
RecordStep.EMOTION -> {
59-
EmotionStep(state = state)
59+
EmotionStep()
6060
}
6161

6262
RecordStep.IMPRESSION -> {

0 commit comments

Comments
 (0)