Skip to content

Commit edc1014

Browse files
authored
rename conditianl label (#23)
1 parent 2383dcb commit edc1014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/status/VMStatusConditionLabelList/VMStatusConditionLabelList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as React from 'react';
33
import { V1VirtualMachineCondition } from '@kubevirt-ui/kubevirt-api/kubevirt';
44
import { LabelGroup } from '@patternfly/react-core';
55

6-
import { ConditionLabel } from '../VMStatusConditionLabel/VMStatusConditionLabel';
6+
import { ConditionLabel } from '../ConditionLabel';
77

88
/**
99
* VirtualMachineCondition renders a list of a k8s resource conditions

0 commit comments

Comments
 (0)