Commit bb711e9b authored by Ben Hayward's avatar Ben Hayward

Update blocked-channels.component.ts

1 merge request!657[Sprint/RollingRabbit](fix): Blocked channels eternally loading. #2244
Pipeline #96651768 running with stages
......@@ -41,7 +41,7 @@ export class SettingsBlockedChannelsComponent implements OnInit {
this.moreData = false; // Support pagination in the future
if (list.length < 1) {
throw new Error('No more entities');
throw new Error('No more channels');
}
}),
switchMap(async guids => {
......
Please register or to comment