Skip to content

Commit f4763c2

Browse files
committed
#690: Fixed prettier check
1 parent 7ed216a commit f4763c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/WorkPackageForm/WorkPackageFormView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const WorkPackageFormView: React.FC<WorkPackageFormViewProps> = ({
115115
} = useFieldArray({ control, name: 'deliverables' });
116116

117117
const { userId } = user;
118-
118+
119119
const onSubmit = async (data: WorkPackageFormViewPayload) => {
120120
const { name, startDate, duration, blockedBy, crId, stage } = data;
121121
const expectedActivities = mapBulletsToPayload(data.expectedActivities);

0 commit comments

Comments
 (0)