Merge pull request 'hotFix itemDiary reload card conditional' (!1357) from hotFix-itemDiary-reloadCardConditional into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1357
This commit is contained in:
Alexandre Riera 2023-03-01 11:38:42 +00:00
commit ab8c3b3f67
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();
}
}