hotFix itemDiary reload card conditional #1357
|
@ -70,7 +70,8 @@ class Controller extends Section {
|
||||||
}
|
}
|
||||||
|
|
||||||
$onDestroy() {
|
$onDestroy() {
|
||||||
this.card.reload();
|
if (this.$state.getCurrentPath()[2].state.name === 'item')
|
||||||
|
this.card.reload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue