Skip to content

Commit

Permalink
fix Launch Replay button in Game Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana authored May 9, 2019
1 parent d1e35e6 commit 578e2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/stats/GameProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class GameProfile extends Component {
};

playFile = () => {
const filePath = _.get(this.props.store, ['game', 'filePath']);
const filePath = _.get(this.props.store, ['game', 'input', 'filePath']);

// Play the file
this.props.playFile({
Expand Down

0 comments on commit 578e2ae

Please sign in to comment.