Skip to content

Commit

Permalink
[CustomerCenter] Hide unknown paths (#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero authored Oct 4, 2024
1 parent f4eef1c commit ca79795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ struct ManageSubscriptionsButtonsView: View {
#if targetEnvironment(macCatalyst)
return path.type == .refundRequest
#else
return true
return path.type != .unknown
#endif
}
ForEach(filteredPaths, id: \.id) { path in
Expand Down

0 comments on commit ca79795

Please sign in to comment.