From a408bf02065669f1f7b7ec27f4a53bcbaedc470a Mon Sep 17 00:00:00 2001 From: enadhilal Date: Wed, 25 Aug 2021 09:14:02 +0300 Subject: [PATCH] fixing the home page icon in AR --- .../ui/services-button/services-button.component.html | 4 ++-- Mohem/src/app/offersdiscount/home/home.component.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/hmg-common/ui/services-button/services-button.component.html b/Mohem/src/app/hmg-common/ui/services-button/services-button.component.html index b59d38d9..0fa0da32 100644 --- a/Mohem/src/app/hmg-common/ui/services-button/services-button.component.html +++ b/Mohem/src/app/hmg-common/ui/services-button/services-button.component.html @@ -1,9 +1,9 @@
- + - + diff --git a/Mohem/src/app/offersdiscount/home/home.component.ts b/Mohem/src/app/offersdiscount/home/home.component.ts index 71fd19a0..3290aa8c 100644 --- a/Mohem/src/app/offersdiscount/home/home.component.ts +++ b/Mohem/src/app/offersdiscount/home/home.component.ts @@ -83,7 +83,6 @@ export class HomeComponent implements AfterViewInit { } else { this.offersService.getOffers({}, () => { }, this.ts.trPK('general', 'retry')).subscribe((res) => { var data = JSON.parse(res['Mohemm_ITG_ResponseItem']); - console.log( JSON.parse(data.result.data)); this.cs.stopLoading(); if (data['result']) this.displayOffers(data['result']);