Skip to content

Commit

Permalink
Cleaning up formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony authored and anthony committed Oct 10, 2024
1 parent 48eb34f commit e2984f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/frontend/app/ui/gallery/grid/grid.gallery.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2984f6

Please sign in to comment.