Remove comment

This commit is contained in:
Daniel Chick 2024-03-11 21:54:20 -05:00
parent 4394c48e11
commit 74d8f395a5

View file

@ -20,7 +20,6 @@ struct NavigationSplitViewWrapper<Sidebar, Detail>: View where Sidebar: View, De
}
var body: some View {
// Use the latest API available
NavigationSplitView {
if #available(macOS 14, *) {
sidebar