mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
remove empty stack
This commit is contained in:
parent
81b766d0d6
commit
8bcaf54ed1
1 changed files with 0 additions and 2 deletions
|
|
@ -600,7 +600,6 @@ private struct PortConfigurationView: View {
|
|||
private let logger = Logger(subsystem: "sh.vibetunnel.vibetunnel", category: "PortConfiguration")
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
HStack {
|
||||
Text("Server port:")
|
||||
Spacer()
|
||||
|
|
@ -744,7 +743,6 @@ private struct PortConfigurationView: View {
|
|||
.padding(.top, 4)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private func checkPortAvailability(_ port: Int) async {
|
||||
isCheckingPort = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue