[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-04 23:57:25 +00:00
committed by Vlad Vladov
parent 07b99bd4e4
commit 225c398d31

View File

@@ -161,9 +161,7 @@ export const ShowGitProviders = () => {
{isBitbucket &&
gitProvider.bitbucket?.appPassword &&
!gitProvider.bitbucket?.apiToken ? (
<Badge variant="yellow">
Deprecated
</Badge>
<Badge variant="yellow">Deprecated</Badge>
) : null}
{!haveGithubRequirements && isGithub && (