mail page fix

This commit is contained in:
alma 2025-04-21 17:02:09 +02:00
parent cc1c01ebc7
commit abbaa16dbe

View File

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