diff --git a/src/frontend/app/ui/gallery/grid/grid.gallery.component.ts b/src/frontend/app/ui/gallery/grid/grid.gallery.component.ts index bbcd785cc..972d3db59 100644 --- a/src/frontend/app/ui/gallery/grid/grid.gallery.component.ts +++ b/src/frontend/app/ui/gallery/grid/grid.gallery.component.ts @@ -400,9 +400,7 @@ export class GalleryGridComponent } } if (groupIndex === -1) { - this.router.navigate([], { - queryParams: this.queryService.getParams(), - }); + this.router.navigate([], {queryParams: this.queryService.getParams()}); return; } // Make sure that at leas one more row is rendered