Skip to content
Snippets Groups Projects
Verified Commit b56e5f53 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #10387 TIME 0:30 fix paginator show in mobileMode

parent 8de6be4e
No related branches found
No related tags found
No related merge requests found
......@@ -110,11 +110,6 @@ export class BasketListComponent implements OnInit {
this.loading = false;
if (this.mobileMode) {
$j('.mat-paginator-navigation-previous').hide();
$j('.mat-paginator-navigation-next').hide();
}
this.http.get(this.coreUrl + "rest/home")
.subscribe((data: any) => {
this.homeData = data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment