mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
fix: update live tab when the searched summoner change
This commit is contained in:
parent
b0169576c9
commit
23d5a399bc
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ export const mutations = {
|
||||||
state.champions.championsLoaded = false
|
state.champions.championsLoaded = false
|
||||||
state.records.recordsLoaded = false
|
state.records.recordsLoaded = false
|
||||||
state.overview.loaded = false
|
state.overview.loaded = false
|
||||||
|
state.live.liveLoaded = false
|
||||||
},
|
},
|
||||||
CHAMPIONS_NOT_FOUND(state) {
|
CHAMPIONS_NOT_FOUND(state) {
|
||||||
state.champions.championsLoaded = false
|
state.champions.championsLoaded = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue