Hide the disclosure indicator added by the NavigationLink component in the StackNavigationViewModifiers view modifier for the Browse module.
This commit is contained in:
parent
6391419756
commit
0cb5510539
@ -30,6 +30,7 @@ struct StackNavigationViewModifier<Destination: View>: ViewModifier {
|
|||||||
) {
|
) {
|
||||||
EmptyView()
|
EmptyView()
|
||||||
}
|
}
|
||||||
|
.hidden()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user