From 44290cd88a4bd328132c2271377d9a85ab6ab798 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Mon, 12 Dec 2022 09:18:04 +0300 Subject: [PATCH] lint fix --- src/components/Views/Inbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Views/Inbox.tsx b/src/components/Views/Inbox.tsx index f694cda0..3180c705 100644 --- a/src/components/Views/Inbox.tsx +++ b/src/components/Views/Inbox.tsx @@ -240,7 +240,7 @@ export const InboxView = () => { .name } body={messageToReply().body} - cancel={() => setMessageToReply(undefined)} + cancel={() => setMessageToReply(null)} />