Skip to content

Commit

Permalink
docs/#35: Timetable.kt TODO 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu authored Dec 14, 2023
1 parent a3025ce commit 9e39161
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ fun Timetable(
onClickClassCell: (TimetableCell) -> Unit = { _ -> },
) {
val scrollState = rememberScrollState()

// TODO 테스트 필요
val maxPeriod by remember {
derivedStateOf { timetable.cellList.maxPeriod() }
}
Expand Down

0 comments on commit 9e39161

Please sign in to comment.