From 6e0c165ddd6eae046a08ccb1bfba98eed2e9aaab Mon Sep 17 00:00:00 2001 From: Grégoire Aubert Date: Fri, 9 Nov 2018 09:48:36 +0100 Subject: SONARCLOUD-45 Remove quality gate from featured projects --- .../src/main/js/apps/about/sonarcloud/components/FeaturedProjects.tsx | 2 -- .../components/__tests__/__snapshots__/FeaturedProjects-test.tsx.snap | 3 --- 2 files changed, 5 deletions(-) (limited to 'server/sonar-web/src/main/js') diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/components/FeaturedProjects.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/components/FeaturedProjects.tsx index e64f1d130bf..f43067ce5d6 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/components/FeaturedProjects.tsx +++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/components/FeaturedProjects.tsx @@ -24,7 +24,6 @@ import { throttle } from 'lodash'; import { FeaturedProject } from '../utils'; import CoverageRating from '../../../../components/ui/CoverageRating'; import DuplicationsRating from '../../../../components/ui/DuplicationsRating'; -import Level from '../../../../components/ui/Level'; import OrganizationAvatar from '../../../../components/common/OrganizationAvatar'; import ProjectCardLanguagesContainer from '../../../projects/components/ProjectCardLanguagesContainer'; import Rating from '../../../../components/ui/Rating'; @@ -196,7 +195,6 @@ export function ProjectCard({ project, order, viewable }: ProjectCardProps) {
{project.name}
-