Skip to content

Commit 203a807

Browse files
committed
Update TraceUtilityNetworkView.Views.swift
1 parent 21ea19c commit 203a807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Trace utility network/TraceUtilityNetworkView.Views.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extension TraceUtilityNetworkView {
7676

7777
/// The menu at the bottom of the screen that guides the user through running a trace.
7878
var traceMenu: some View {
79-
HStack(spacing: 5) {
79+
Group {
8080
switch model.tracingActivity {
8181
case .none:
8282
Menu("Start a New Trace") {

0 commit comments

Comments
 (0)