From a4afa8ef3b2c3519eb1533ec190c5d7aba6706c8 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:22:52 +0100 Subject: [PATCH] s --- ShhShell/Views/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShhShell/Views/ContentView.swift b/ShhShell/Views/ContentView.swift index 72d26b7..a398f01 100644 --- a/ShhShell/Views/ContentView.swift +++ b/ShhShell/Views/ContentView.swift @@ -98,7 +98,7 @@ struct ContentView: View { } } } detail: { - Text("Detail?") + EmptyView() } } }