Skip to content

Commit 180eceb

Browse files
committed
Refactoring and renaming
1 parent 156401e commit 180eceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Views/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public struct SettingsView: View {
7575
supportSection
7676

7777
if let profileExpiration = BuildDetails.default.profileExpiration, FeatureFlags.profileExpirationSettingsViewEnabled {
78-
profileExpirationSection(profileExpiration: profileExpiration)
78+
appExpirationSection(profileExpiration: profileExpiration)
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)