Fixes the fetched monster on MonsterDetail not updating when the EditMonster view saves.

This commit is contained in:
2021-03-21 14:37:11 -07:00
parent d90c32691a
commit ecfdf7ae58

View File

@@ -63,7 +63,7 @@ struct SmallAbilityScore: View {
struct MonsterDetail: View {
let kTextColor: Color = Color(hex: 0x982818)
var monster: Monster
@ObservedObject var monster: Monster
var body: some View {
ScrollView {