Skip to content
Snippets Groups Projects
Commit 366f1b35 authored by Joni Laukka's avatar Joni Laukka
Browse files

removed unused prop call

parent 133daa50
No related branches found
No related tags found
3 merge requests!46Development to testing,!41Notifications + small updates,!39Notification view
This commit is part of merge request !41. Comments created here will be created in the context of that merge request.
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment