diff --git a/src/gurubase-frontend/src/components/Integrations/IntegrationContent.jsx b/src/gurubase-frontend/src/components/Integrations/IntegrationContent.jsx index fae775e..f28089f 100644 --- a/src/gurubase-frontend/src/components/Integrations/IntegrationContent.jsx +++ b/src/gurubase-frontend/src/components/Integrations/IntegrationContent.jsx @@ -213,6 +213,7 @@ const IntegrationContent = ({ type, customGuru, error }) => {
{channels .filter((c) => c.allowed) + .sort((a, b) => a.name.localeCompare(b.name)) .map((channel) => (
{ {channels .filter((c) => !c.allowed) + .sort((a, b) => a.name.localeCompare(b.name)) .map((channel) => (