|
|
|
@ -44,6 +44,9 @@ export const Message = ({ |
|
|
|
<span className="cursor-pointer font-medium text-textPrimary"> |
|
|
|
{sender?.user?.longName ?? "UNK"} |
|
|
|
</span> |
|
|
|
<span className="mt-1 font-mono text-xs text-textSecondary"> |
|
|
|
{message.rxTime.toLocaleDateString()} |
|
|
|
</span> |
|
|
|
<span className="mt-1 font-mono text-xs text-textSecondary"> |
|
|
|
{message.rxTime.toLocaleTimeString(undefined, { |
|
|
|
hour: "2-digit", |
|
|
|
|