kpamela / SOEN343

https://tecmarket.herokuapp.com/
2 stars 0 forks source link

A non-user viewing the catalog crashes the app #128

Closed FrankSauve closed 6 years ago

FrankSauve commented 6 years ago

Uncaught TypeError: Cannot read property 'user' of null at Object.login (bundle.js:3521) at new Catalogue (bundle.js:5849) at bundle.js:43170

Probably related to PurchaseHistoryModal and ShoppingCartModal using: this.props.user without checking if the user object exists.