diff --git a/generators/app/templates/src/containers/TicTacToe/GamePage/children/Game/game.component.js b/generators/app/templates/src/containers/TicTacToe/GamePage/children/Game/game.component.js index 7bddd33a..87ee805a 100644 --- a/generators/app/templates/src/containers/TicTacToe/GamePage/children/Game/game.component.js +++ b/generators/app/templates/src/containers/TicTacToe/GamePage/children/Game/game.component.js @@ -42,7 +42,7 @@ const Game = ({ webId, gameURL, history }: Props) => { /** * Get full opponent game path */ - appPath = await storageHelper.getAppStorage(webId); + appPath = await storageHelper.getAppStorage(player); const gameSettings = `${appPath}settings.ttl`; /**