Fix bug in adding date entries in tag history view
This commit is contained in:
parent
685bdf6814
commit
2759e08902
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ angular.module('quay').directive('repoTagHistory', function () {
|
|||
'date_break': true,
|
||||
'date': new Date(current.time)
|
||||
});
|
||||
i--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue