Skip to content

Commit ba317f3

Browse files
committed
fix(ci): rm unused var
1 parent 30317a7 commit ba317f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Trust/Overview/TrustOverview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
} from '@patternfly/react-core';
2424
import { ChartDonut, ChartThemeColor } from '@patternfly/react-charts/victory';
2525
import { MultiContentCard } from '@patternfly/react-component-groups';
26-
import { ArrowRightIcon, LockIcon, PencilAltIcon, RedoIcon } from '@patternfly/react-icons';
26+
import { ArrowRightIcon, LockIcon, RedoIcon } from '@patternfly/react-icons';
2727
import { formatDate } from '@app/utils/utils';
2828

2929
const exampleCerts = [

0 commit comments

Comments
 (0)