fix: nombre variable incorrecto
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-11-14 11:00:13 +01:00
parent 362857cce8
commit 6e94d7f68e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class Controller extends Section {
getUsesMana() {
this.$http.get(`Sales/usesMana`)
.then(res => {
this.useMana = res.data;
this.usesMana = res.data;
});
}