We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e75109 commit 92aef3fCopy full SHA for 92aef3f
packages/module/src/Severity/Severity.tsx
@@ -1,5 +1,4 @@
1
import React, { useMemo } from 'react';
2
-import { createUseStyles } from 'react-jss'
3
import {
4
SeverityCriticalIcon,
5
SeverityImportantIcon,
@@ -10,11 +9,6 @@ import {
10
9
} from '@patternfly/react-icons';
11
import { Flex, FlexItem } from '@patternfly/react-core';
12
13
-const useStyles = createUseStyles({
14
- severity: {
15
-
16
- }
17
-});
18
const severityLevels = (severity: SeverityType) => {
19
switch (severity) {
20
case 'critical':
0 commit comments