diff --git a/src/components/AppLayout/AppLayout.tsx b/src/components/AppLayout/AppLayout.tsx index 8dd04e3..afc9f03 100644 --- a/src/components/AppLayout/AppLayout.tsx +++ b/src/components/AppLayout/AppLayout.tsx @@ -206,14 +206,7 @@ export class AppLayout extends Component { break; } - sendNotificationRequest( - primaryMessage, - secondaryMessage, - notif.type == "mention", - (response: string) => { - console.log(response); - } - ); + sendNotificationRequest(primaryMessage, secondaryMessage); } }); }