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