mirror of
https://github.com/yattee/yattee.git
synced 2025-11-29 20:58:13 +00:00
Remove unused code, minor style changes
This commit is contained in:
@@ -8,9 +8,6 @@ struct InstanceSettings: View {
|
||||
|
||||
@State private var frontendURL = ""
|
||||
|
||||
@EnvironmentObject<AccountsModel> private var model
|
||||
@EnvironmentObject<InstancesModel> private var instances
|
||||
|
||||
var instance: Instance! {
|
||||
InstancesModel.find(instanceID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user