Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bfollington committed Jun 28, 2023
1 parent 066df1f commit 410ff62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ struct GatewayProvisioningSection: View {
.disabled(app.state.gatewayOperationInProgress)
},
header: {
Text("Provision Gateway")
Text("Your Gateway")
},
footer: {
VStack {
Expand All @@ -224,7 +224,6 @@ struct GatewayProvisioningSection: View {
}
}


struct GatewayURLSettingsView: View {
@ObservedObject var app: Store<AppModel>

Expand Down Expand Up @@ -279,6 +278,7 @@ struct GatewayURLSettingsView: View {
if let gatewayId = app.state.gatewayId {
GatewayProvisioningSection(app: app, gatewayId: gatewayId)
}

InviteCodeSection(app: app)
}
.navigationTitle("Gateway URL")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ struct GatewaySyncLabel: View {
}
}


// MARK: Settings

struct SettingsView: View {
Expand Down

0 comments on commit 410ff62

Please sign in to comment.