Skip to content

Commit

Permalink
Rename defaultTimesSection to defaultSaunaSetsSection
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Jan 3, 2023
1 parent 9716162 commit 9cee491
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ struct SakatsuSettingsView: View {

var body: some View {
Form {
defaultTimesSection
defaultSaunaSetsSection
versionSection
}
}

private var defaultTimesSection: some View {
private var defaultSaunaSetsSection: some View {
Section {
saunaSetItemTimeInputView(
saunaSetItem: defaultSaunaSet.sauna,
Expand Down

0 comments on commit 9cee491

Please sign in to comment.