Skip to content

Commit

Permalink
psp-7883 lint correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Apr 23, 2024
1 parent da319e6 commit b654c43
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ export default UpdateAcquisitionForm;
const AcquisitionDetailSubForm: React.FC<{
formikProps: FormikProps<UpdateAcquisitionSummaryFormModel>;
}> = ({ formikProps }) => {
const {
setFieldValue,
initialValues,
values: { fileStatusTypeCode },
} = formikProps;
const { setFieldValue, initialValues } = formikProps;

const [projectProducts, setProjectProducts] = React.useState<
ApiGen_Concepts_Product[] | undefined
Expand Down

0 comments on commit b654c43

Please sign in to comment.