Skip to content

Commit 35fc846

Browse files
committed
chore/#60: navigation 추가
1 parent d3b8a20 commit 35fc846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/paw/key/presentation/ui/mypage/ArchivedCourseListScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fun ArchivedCourseListScreen(
6868
title = course.title,
6969
petName = course.petName,
7070
date = course.date,
71+
onCLickItem = navigateNext
7172
)
7273
}
7374
}

0 commit comments

Comments
 (0)