From 23d5a399bc97846c6311171da55ca479add4eadb Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Wed, 15 Jan 2020 20:06:45 +0100 Subject: [PATCH] fix: update live tab when the searched summoner change --- client/src/store/modules/summoner.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/store/modules/summoner.js b/client/src/store/modules/summoner.js index bc8aa4d..2983221 100644 --- a/client/src/store/modules/summoner.js +++ b/client/src/store/modules/summoner.js @@ -39,6 +39,7 @@ export const mutations = { state.champions.championsLoaded = false state.records.recordsLoaded = false state.overview.loaded = false + state.live.liveLoaded = false }, CHAMPIONS_NOT_FOUND(state) { state.champions.championsLoaded = false