Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod committed Feb 11, 2019
1 parent 2f69dcb commit 2d30210
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -268,7 +268,7 @@ upvote.admin.hostpage.HostController = class extends ModelController {
this.card['rootScope'] = this.rootScope;

// Hosts page doesn't have a card for now, so upload list results
this.content = [results];
this.content = [this.card];
this.requestData['cursor'] = null;
this.requestData['more'] = false;
this.requestData['perPage'] = 50;
Expand Down

0 comments on commit 2d30210

Please sign in to comment.