Commit 19b1963d authored by Mark Harding's avatar Mark Harding
Browse files

(chore): reduce notifications to 12

parent 4a846f0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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) {