diff --git a/frontend/src/pages/clients/ClientsPage.tsx b/frontend/src/pages/clients/ClientsPage.tsx
index 96a9e6952..e39b8a85c 100644
--- a/frontend/src/pages/clients/ClientsPage.tsx
+++ b/frontend/src/pages/clients/ClientsPage.tsx
@@ -23,6 +23,7 @@ import {
Table,
Tag,
Tooltip,
+ Typography,
message,
} from 'antd';
import type { ColumnsType, TableProps } from 'antd/es/table';
@@ -1091,7 +1092,7 @@ export default function ClientsPage() {
width: 130,
hidden: allGroups.length === 0,
render: (_v, record) => {
- if (!record.group) return —;
+ if (!record.group) return —;
const isActive = filters.groups.includes(record.group);
return (
{g}
) : (
- —
+ —
),
},
{
diff --git a/frontend/src/pages/inbounds/clients/AttachExistingClientsModal.tsx b/frontend/src/pages/inbounds/clients/AttachExistingClientsModal.tsx
index cda9c9cc9..2d3b98f59 100644
--- a/frontend/src/pages/inbounds/clients/AttachExistingClientsModal.tsx
+++ b/frontend/src/pages/inbounds/clients/AttachExistingClientsModal.tsx
@@ -125,7 +125,7 @@ export default function AttachExistingClientsModal({
group ? (
{group}
) : (
- —
+ —
),
},
{