Make sure we don't show more than 6 rows in channel ranking widget
This commit is contained in:
parent
05b56e61ff
commit
fc161daba0
@ -56,7 +56,7 @@ export class TopNodesPerChannels implements OnInit {
|
||||
iso: ranking.topByChannels[i].iso_code,
|
||||
};
|
||||
}
|
||||
return ranking.topByChannels;
|
||||
return ranking.topByChannels.slice(0, 6);
|
||||
})
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user