Closed codemonkeman closed 4 years ago
on Home.js on line 88 this line breaks the UI and gives an error because that code does not reflect the current schema. It needs to be replaced with this:
Location: {p.PartyLocation.hasOwnProperty("Name") ? p.PartyLocation.Name : p.PartyLocation}
on Home.js on line 88 this line breaks the UI and gives an error because that code does not reflect the current schema. It needs to be replaced with this: Location: {p.PartyLocation.hasOwnProperty("Name") ? p.PartyLocation.Name : p.PartyLocation}
Nevermind my branch wasn't pulling correctly and didn't see that this was already fixed. Good work everything seems fine.
closes #36 , closes #84 , closes #83