From 060e0346c6c09cb96d1c051f8a912c5c7d65035b Mon Sep 17 00:00:00 2001 From: bangnokia Date: Wed, 15 Jun 2022 17:37:00 +0700 Subject: [PATCH] refactor: remove debug --- src/components/MailItem.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/MailItem.tsx b/src/components/MailItem.tsx index 36b7012..9f15894 100644 --- a/src/components/MailItem.tsx +++ b/src/components/MailItem.tsx @@ -25,7 +25,6 @@ export default function MailItem({ email }: MailItemProps) {
{email.subject}
{email.excerpt}
-
{email.id}
);