diff --git a/frontend/src/components/MessagesPage.tsx b/frontend/src/components/MessagesPage.tsx index 23e3080..2a9493c 100644 --- a/frontend/src/components/MessagesPage.tsx +++ b/frontend/src/components/MessagesPage.tsx @@ -76,24 +76,17 @@ export default function MessagesPage() { const showAdd = !m.contact_name && num; return (
-
+
{m.contact_name && num ? ( - <> - {whoRaw} - - - - + {whoRaw} ) : num ? ( - <> - {whoRaw} - - - - + {whoRaw} ) : ( {whoRaw} )} + + +
{m.time}{m.duration_fmt ? ` · ${m.duration_fmt}` : ""} @@ -166,7 +159,7 @@ function MsgContactMenu({ number, name, callerid }: { number?: string; name?: st const lookup = encodeURIComponent(name || number || callerid || ""); return ( <> - + {open && ( <>