Skip to content

Commit 2b354fb

Browse files
committed
Chore: 미구현 주석 추가
1 parent f7d697c commit 2b354fb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

presentation/src/main/java/com/threegap/bitnagil/presentation/recommendroutine/RecommendRoutineScreen.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,10 @@ private fun RecommendRoutineScreen(
189189
) { routine ->
190190
RecommendRoutineItem(
191191
routine = routine,
192-
onAddRoutineClick = { onRegisterRoutineClick(routine.id.toString()) },
192+
onAddRoutineClick = {
193+
// todo 추천 카테고리 같이 넘겨주기
194+
onRegisterRoutineClick(routine.id.toString())
195+
},
193196
)
194197
}
195198
}

0 commit comments

Comments
 (0)