mail page fix

This commit is contained in:
alma 2025-04-21 17:01:33 +02:00
parent eec1f81e30
commit cc1c01ebc7

View File

@ -1081,6 +1081,9 @@ export default function CourrierPage() {
<span className={`text-sm truncate ${!email.read ? 'font-semibold text-gray-900' : 'text-gray-600'}`}>
{email.fromName || email.from}
</span>
<span className="text-xs text-gray-500">
to {email.to}
</span>
</div>
<span className="text-xs text-gray-500 whitespace-nowrap">
{formatDate(email.date)}