diff --git a/client/admin/integrations/IntegrationsTable.js b/client/admin/integrations/IntegrationsTable.js index e36ba8c3f864..ceeab34c1634 100644 --- a/client/admin/integrations/IntegrationsTable.js +++ b/client/admin/integrations/IntegrationsTable.js @@ -80,7 +80,7 @@ export function IntegrationsTable({ type }) { {t('Post_as')}, ].filter(Boolean), [sort, isBig]); - const renderRow = useCallback(({ name, _id, type, username, _createdAt, _createdBy: { username: createdBy }, channel }) => { + const renderRow = useCallback(({ name, _id, type, username, _createdAt, _createdBy: { username: createdBy }, channel = [] }) => { const handler = useMemo(() => onClick(_id, type), []); return {name}