We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156401e commit 180ecebCopy full SHA for 180eceb
Loop/Views/SettingsView.swift
@@ -75,7 +75,7 @@ public struct SettingsView: View {
75
supportSection
76
77
if let profileExpiration = BuildDetails.default.profileExpiration, FeatureFlags.profileExpirationSettingsViewEnabled {
78
- profileExpirationSection(profileExpiration: profileExpiration)
+ appExpirationSection(profileExpiration: profileExpiration)
79
}
80
81
0 commit comments