diff --git a/frontend/src/components/ContactHistory.tsx b/frontend/src/components/ContactHistory.tsx index 0450b15..a0940a1 100644 --- a/frontend/src/components/ContactHistory.tsx +++ b/frontend/src/components/ContactHistory.tsx @@ -15,7 +15,7 @@ export default function ContactHistory() { {isLoading &&
| + |
{c.name || "Unnamed"} - + {c.number_e164} {c.email && `· ${c.email}`} |
-
- Edit
- {" "}
- History
- {" "}
- | + |