fix: update live tab when the searched summoner change

This commit is contained in:
Valentin Kaelin 2020-01-15 20:06:45 +01:00
parent b0169576c9
commit 23d5a399bc

View file

@ -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