Skip to content

Commit

Permalink
Delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Negron authored and Raymond Negron committed Apr 4, 2023
1 parent 6ab6550 commit 872f23c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion estela-web/src/components/NotificationsInboxPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class NotificationsInboxPage extends Component<unknown, NotificationInbox
};
this.apiService.apiNotificationsList(requestParams).then((response) => {
this.setState({ notifications: response.results, loaded: true, count: response.count, current: page });
// console.log(response);
});
};

Expand Down

0 comments on commit 872f23c

Please sign in to comment.