Skip to content

Commit 240447e

Browse files
committed
FIX: Preview 인자 누락 추가
1 parent 852095e commit 240447e

File tree

1 file changed

+1
-0
lines changed
  • presentation/src/main/java/com/threegap/bitnagil/presentation/emotion

1 file changed

+1
-0
lines changed

presentation/src/main/java/com/threegap/bitnagil/presentation/emotion/EmotionScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ private fun EmotionScreenPreview() {
225225
emotions = Emotion.entries,
226226
isLoading = false,
227227
step = EmotionScreenStep.Emotion,
228+
recommendRoutines = listOf(),
228229
),
229230
onClickEmotion = { _ -> },
230231
onClickPreviousButton = {},

0 commit comments

Comments
 (0)