Skip to content

Commit

Permalink
Changed var to let as requested.
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-b-stb committed Aug 25, 2024
1 parent 573c806 commit db6052e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Sources/TimetableFeature/TimetableListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ struct TimeGroupMiniList: View {
}

struct DashedDivider: View {
public var axis: Axis
public let axis: Axis

var body: some View {
let shape = LineShape(axis: axis)
Expand Down

0 comments on commit db6052e

Please sign in to comment.