WSU-4110 / LAN-Party-App

New repo for the lan party app. Both the frontend and backend in one place
1 stars 0 forks source link

{james wip} #87

Closed codemonkeman closed 4 years ago

codemonkeman commented 4 years ago

closes #36 , closes #84 , closes #83

ThaddG commented 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}

ThaddG commented 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}

Nevermind my branch wasn't pulling correctly and didn't see that this was already fixed. Good work everything seems fine.