Skip to content

Commit bf62b6f

Browse files
committed
#3887 fixed prettier issue
1 parent 665febd commit bf62b6f

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementProductTable.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,14 @@ const ReimbursementProductTable: React.FC<ReimbursementProductTableProps> = ({
576576
shouldValidate: true,
577577
shouldDirty: true
578578
});
579-
setValue(`reimbursementProducts.${product.index}.materialId`, material.materialId, {
580-
shouldValidate: true,
581-
shouldDirty: true
582-
});
579+
setValue(
580+
`reimbursementProducts.${product.index}.materialId`,
581+
material.materialId,
582+
{
583+
shouldValidate: true,
584+
shouldDirty: true
585+
}
586+
);
583587
} else {
584588
setValue(`reimbursementProducts.${product.index}.name`, '', {
585589
shouldValidate: true,

0 commit comments

Comments
 (0)