Fixed removed letter
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-03-11 12:54:28 +01:00
parent 8fe6c651e3
commit 1c8541376b
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class Controller {
totalCheckedLines() {
const checkedLines = this.checkedLines();
if (checkedLines)
return checkedLines.lengt;
return checkedLines.length;
}
removeCheckedLines() {