aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx b/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx
index bb943acf587..979367419c0 100644
--- a/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx
+++ b/server/sonar-web/src/main/js/components/icons/SeverityIcon.tsx
@@ -31,7 +31,7 @@ const severityIcons: Dict<(props: IconProps) => React.ReactElement> = {
critical: CriticalSeverityIcon,
major: MajorSeverityIcon,
minor: MinorSeverityIcon,
- info: InfoSeverityIcon
+ info: InfoSeverityIcon,
};
export default function SeverityIcon({ severity, ...iconProps }: Props) {