Fix title on details view

Signed-off-by: Billy Brawner <billy@wbrawner.com>
This commit is contained in:
Billy Brawner 2019-10-20 09:20:44 -07:00
parent 726beb550e
commit e9cdb6df6f

View file

@ -18,8 +18,8 @@ struct PiHoleDetailsView: View {
}
Divider()
PiHoleActions(self.dataStore, pihole: self.pihole)
}
}.navigationBarTitle("Pi-Helper")
}.navigationBarTitle("Pi-Helper")
}
}
@ObservedObject var dataStore: PiHoleDataStore