fix gh-code-scanning bot remark
This commit is contained in:
parent
1171f0a517
commit
e77ded4859
@ -283,7 +283,7 @@ export class COperationLi extends HTMLElement {
|
|||||||
pos = start + length;
|
pos = start + length;
|
||||||
});
|
});
|
||||||
opName += this.name.slice(pos, this.name.length);
|
opName += this.name.slice(pos, this.name.length);
|
||||||
span.innerHTML = opName;
|
span.innerHTML = `${opName}`;
|
||||||
} else {
|
} else {
|
||||||
span.innerText = this.name;
|
span.innerText = this.name;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user