Fix linting errors

This commit is contained in:
mabashian
2020-05-22 11:22:26 -04:00
parent 4b95297bd4
commit e927680cc2
6 changed files with 22 additions and 25 deletions
@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { useField } from 'formik';
import { FormGroup, InputGroup } from '@patternfly/react-core';
import { PasswordInput } from '.';
import PasswordInput from './PasswordInput';
function PasswordField(props) {
const { id, name, label, validate, isRequired } = props;