diff --git a/services/web/public/coffee/ide/history/HistoryV2Manager.coffee b/services/web/public/coffee/ide/history/HistoryV2Manager.coffee index 004221674f..66b4375c8e 100644 --- a/services/web/public/coffee/ide/history/HistoryV2Manager.coffee +++ b/services/web/public/coffee/ide/history/HistoryV2Manager.coffee @@ -410,7 +410,7 @@ define [ previousUpdate = update if !@$scope.history.userHasFullFeature and update.meta.end_ts < timestamp24hoursAgo - cutOffIndex = i + cutOffIndex = i or 1 # Make sure that we show at least one entry (to allow labelling). @$scope.history.freeHistoryLimitHit = true break