Skip to content

Commit

Permalink
refactor: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Jun 15, 2022
1 parent 2b59e90 commit 060e034
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MailItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default function MailItem({ email }: MailItemProps) {
</div>
<div className="text-xs text-gray-900">{email.subject}</div>
<div className="line-clamp-2 text-xs text-gray-500">{email.excerpt}</div>
<div className="text-rose-500">{email.id}</div>
</div>
</div>
);
Expand Down

0 comments on commit 060e034

Please sign in to comment.