Skip to content

Commit f12a7a3

Browse files
committed
chore:remove comments
1 parent 4053641 commit f12a7a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Bitkit/Components/Activity/DateRangeSelectorSheet.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ struct DateRangeSelectorSheet: View {
4444
return []
4545
}
4646

47-
// Get the first day of the month
4847
let firstDayOfMonth = monthInterval.start
4948

5049
// Find the first day of the week that contains the first day of the month
@@ -312,10 +311,8 @@ struct CalendarDayView: View {
312311
}
313312
}
314313

315-
// Day number
316314
BodyMSBText(dayNumber, textColor: isStartDate || isEndDate ? Color.brandAccent : Color.white)
317315

318-
// Today indicator
319316
if isToday && !isSelected {
320317
Circle()
321318
.fill(Color.white10)

0 commit comments

Comments
 (0)