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