Skip to content

Commit

Permalink
[MOD/#309] 변수간 공백 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Dec 20, 2024
1 parent c2e1a66 commit e9c0323
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ fun HomeYearMonthPicker(
val startYearIndex =
if (isYearNull) yearsList.lastIndex else yearsList.indexOf("${chosenYear ?: "-"}")
.takeIf { it >= 0 } ?: 0

val startMonthIndex =
if (isMonthNull) monthsList.lastIndex else monthsList.indexOf("${chosenMonth ?: "-"}")
.takeIf { it >= 0 } ?: 0
Expand Down

0 comments on commit e9c0323

Please sign in to comment.