fixed a variable naming bug
parent
9c3a655d43
commit
7ea8400576
|
@ -133,7 +133,7 @@ export class InstallService {
|
||||||
if (isSystemSkill) {
|
if (isSystemSkill) {
|
||||||
installStatus = 'system';
|
installStatus = 'system';
|
||||||
} else {
|
} else {
|
||||||
installStatus = installStatuses[name];
|
installStatus = installStatuses[skillName];
|
||||||
}
|
}
|
||||||
|
|
||||||
return installStatus;
|
return installStatus;
|
||||||
|
|
Loading…
Reference in New Issue