Fixed removed letter
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
8fe6c651e3
commit
1c8541376b
|
@ -179,7 +179,7 @@ class Controller {
|
||||||
totalCheckedLines() {
|
totalCheckedLines() {
|
||||||
const checkedLines = this.checkedLines();
|
const checkedLines = this.checkedLines();
|
||||||
if (checkedLines)
|
if (checkedLines)
|
||||||
return checkedLines.lengt;
|
return checkedLines.length;
|
||||||
}
|
}
|
||||||
|
|
||||||
removeCheckedLines() {
|
removeCheckedLines() {
|
||||||
|
|
Loading…
Reference in New Issue