mail page fix
This commit is contained in:
parent
eec1f81e30
commit
cc1c01ebc7
@ -1081,6 +1081,9 @@ 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)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user