Fix bug in adding date entries in tag history view

This commit is contained in:
Joseph Schorr 2017-03-15 17:32:00 -04:00
parent 685bdf6814
commit 2759e08902

View file

@ -121,7 +121,6 @@ angular.module('quay').directive('repoTagHistory', function () {
'date_break': true,
'date': new Date(current.time)
});
i--;
}
}