Loading src/app/modules/notifications/notifications.component.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -94,7 +94,7 @@ export class NotificationsComponent { this.inProgress = true; this.inProgress = true; this.client.get(`api/v1/notifications/${this._filter}`, { limit: 24, offset: this.offset }) this.client.get(`api/v1/notifications/${this._filter}`, { limit: 12, offset: this.offset }) .then((data: any) => { .then((data: any) => { if (!data.notifications) { if (!data.notifications) { Loading Loading
src/app/modules/notifications/notifications.component.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -94,7 +94,7 @@ export class NotificationsComponent { this.inProgress = true; this.inProgress = true; this.client.get(`api/v1/notifications/${this._filter}`, { limit: 24, offset: this.offset }) this.client.get(`api/v1/notifications/${this._filter}`, { limit: 12, offset: this.offset }) .then((data: any) => { .then((data: any) => { if (!data.notifications) { if (!data.notifications) { Loading