Skip to content

Commit

Permalink
Add MARK
Browse files Browse the repository at this point in the history
  • Loading branch information
nik3212 committed Apr 11, 2024
1 parent 604a93a commit 6f3af02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ struct PoliciesButtonView: View {
@Environment(\.subscriptionTermsOfServiceDestination) private var subscriptionTermsOfServiceDestination
@Environment(\.subscriptionPrivacyPolicyDestination) private var subscriptionPrivacyPolicyDestination

@Environment(\.tintColor) private var tintColor
@Environment(\.policiesButtonStyle) private var policiesButtonStyle

// MARK: View
Expand All @@ -45,6 +44,8 @@ struct PoliciesButtonView: View {
}
}

// MARK: Private

private var termsOfServiceButton: some View {
Button(action: {
link = .termsOfService
Expand Down

0 comments on commit 6f3af02

Please sign in to comment.