hotFix itemDiary reload card conditional
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2023-03-01 12:22:01 +01:00
parent 0997f8cd27
commit d744cbb1a3
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();
}
}