Fixed pager not showing in recent edits

Regression from b3def7f.
This commit is contained in:
rr-
2015-08-04 19:52:47 +02:00
parent 6b933132a5
commit 91f33c9e08
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,8 @@ App.Presenters.PagerPresenter = function(
response.json.posts ||
response.json.users ||
response.json.comments ||
response.json.tags;
response.json.tags ||
response.json.history;
if (!entities.length) {
messagePresenter.showInfo($messages, 'No data to show');