webpack/components/AddedStatusLabel.js in katello-4.2.2 vs webpack/components/AddedStatusLabel.js in katello-4.3.0.rc1

- old
+ new

@@ -1,9 +1,9 @@ import React from 'react'; +import PropTypes from 'prop-types'; import { Label } from '@patternfly/react-core'; import { CheckCircleIcon } from '@patternfly/react-icons'; import { translate as __ } from 'foremanReact/common/I18n'; -import PropTypes from 'prop-types'; const AddedStatusLabel = ({ added }) => { if (added) { return ( <Label variant="outline" color="green" icon={<CheckCircleIcon />}>