diff --git a/packages/frontend/src/components/projects/project/settings/GitSelectionSection.tsx b/packages/frontend/src/components/projects/project/settings/GitSelectionSection.tsx index 24dd84d2..3090a14d 100644 --- a/packages/frontend/src/components/projects/project/settings/GitSelectionSection.tsx +++ b/packages/frontend/src/components/projects/project/settings/GitSelectionSection.tsx @@ -17,6 +17,7 @@ const GitSelectionSection = ({
Github
{'>'}
+ {/*
{}} @@ -25,6 +26,7 @@ const GitSelectionSection = ({
Gitea
{'>'}
+ */} ); };