Skip to content
Snippets Groups Projects

Notifications + small updates

Merged H9031 requested to merge notification-view into development
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -35,8 +35,6 @@ class GameList extends React.Component {
@@ -35,8 +35,6 @@ class GameList extends React.Component {
? games[0].id
? games[0].id
: undefined
: undefined
});
});
// taking the initialized gameID to App.js (GameList.js -> GameSidebar.js -> Header.js -> App.js)
this.props.handleGameChange(games[0].id);
})
})
.catch(error => {
.catch(error => {
console.log(error);
console.log(error);
Loading