Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
⚡️ :: 주차 최대값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Nov 19, 2023
1 parent b56158e commit 3018bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ internal class HomeViewModel(
array = Array(
when (state.value.chartViewType) {
ChartViewType.DAY -> 32
ChartViewType.WEEK -> 52
ChartViewType.WEEK -> 53
ChartViewType.MONTH -> 13
ChartViewType.YEAR -> 2100
}
Expand Down

0 comments on commit 3018bb0

Please sign in to comment.