aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/shared/StatusHelper.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/shared/StatusHelper.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/shared/StatusHelper.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/shared/StatusHelper.tsx b/server/sonar-web/src/main/js/components/shared/StatusHelper.tsx
index 35c13b6905d..d1ac8b4f964 100644
--- a/server/sonar-web/src/main/js/components/shared/StatusHelper.tsx
+++ b/server/sonar-web/src/main/js/components/shared/StatusHelper.tsx
@@ -20,7 +20,7 @@
import * as React from 'react';
import { translate } from '../../helpers/l10n';
import { IssueStatus } from '../../types/issues';
-import IssueStatusIcon from '../icons/IssueStatusIcon';
+import IssueStatusIcon from '../icon-mappers/IssueStatusIcon';
interface Props {
className?: string;