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() {
|
||||
const checkedLines = this.checkedLines();
|
||||
if (checkedLines)
|
||||
return checkedLines.lengt;
|
||||
return checkedLines.length;
|
||||
}
|
||||
|
||||
removeCheckedLines() {
|
||||
|
|
Loading…
Reference in New Issue