Hide the disclosure indicator added by the NavigationLink component in the StackNavigationViewModifiers view modifier for the Browse module.

This commit is contained in:
Javier Cicchelli 2022-12-16 01:46:42 +01:00
parent 6391419756
commit 0cb5510539

View File

@ -30,6 +30,7 @@ struct StackNavigationViewModifier<Destination: View>: ViewModifier {
) {
EmptyView()
}
.hidden()
)
}