Fix title on details view
Signed-off-by: Billy Brawner <billy@wbrawner.com>
This commit is contained in:
parent
726beb550e
commit
e9cdb6df6f
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ struct PiHoleDetailsView: View {
|
|||
}
|
||||
Divider()
|
||||
PiHoleActions(self.dataStore, pihole: self.pihole)
|
||||
}
|
||||
}.navigationBarTitle("Pi-Helper")
|
||||
}.navigationBarTitle("Pi-Helper")
|
||||
}
|
||||
}
|
||||
|
||||
@ObservedObject var dataStore: PiHoleDataStore
|
||||
|
|
Loading…
Reference in a new issue