From 282ef8b17a4eb14d00f4b64cb5511958b661d9c4 Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Tue, 3 Nov 2020 15:48:49 -0700 Subject: [PATCH] set default game modal data --- src/store/state.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,