diff --git a/src/store/state.js b/src/store/state.js index 0e89d5aa..a928edb8 100644 --- a/src/store/state.js +++ b/src/store/state.js @@ -12,7 +12,10 @@ export default { boards: [], board: {}, boardGames: [], - gameModalData: null, + gameModalData: { + gameId: null, + list: null, + }, wallpapers: [], platform: null, duplicatedGame: null,