hotFix itemDiary reload card conditional #1357

Merged
alexandre merged 2 commits from hotFix-itemDiary-reloadCardConditional into master 2023-03-01 11:38:43 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ class Controller extends Section {
}
$onDestroy() {
this.card.reload();
if (this.$state.getCurrentPath()[2].state.name === 'item')
this.card.reload();
}
}