Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaparas1630 committed Jun 21, 2024
1 parent 401baa1 commit d5f62c4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ const FieldsAndSoilComponent: React.FC<InputModuleProps> = ({ farmDetails, updat
Comments: Yup.string().max(200),
});
const initialFieldValues = initialFarmDetails.Fields[fieldIndex];
const addFieldData = (
values: FieldDetailInterface,
): void => {
const addFieldData = (values: FieldDetailInterface): void => {
setTimeout(() => {
const farmInfo: FarmDetailsInterface = { ...farmDetails };
farmInfo.Fields.push({
Expand Down

0 comments on commit d5f62c4

Please sign in to comment.