Skip to content

Commit 0d5f57e

Browse files
committed
Again
1 parent b9712fa commit 0d5f57e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Packages/App/Sources/AppUIMain/Views/App/ProfileCardView.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct ProfileCardView: View {
5555
}
5656
.uiAccessibility(.App.profileEdit)
5757

58-
tunnelView
58+
statusView
5959
.font(.subheadline)
6060

6161
Spacer(minLength: .zero)
@@ -68,9 +68,7 @@ struct ProfileCardView: View {
6868
}
6969

7070
private extension ProfileCardView {
71-
72-
@ViewBuilder
73-
var tunnelView: some View {
71+
var statusView: some View {
7472
ConnectionStatusText(tunnel: tunnel, profileId: preview.id)
7573
}
7674
}

0 commit comments

Comments
 (0)