Skip to content

Commit e0b6ba6

Browse files
Samuel ShresthaSamuel Shrestha
authored andcommitted
lint issues
1 parent 4c73b17 commit e0b6ba6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/BOM/MaterialForm/MaterialFormView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ const MaterialFormView: React.FC<MaterialFormViewProps> = ({
9393
setValue('unitName', m.unitName ?? undefined);
9494
setValue('price', m.price ?? undefined);
9595
setValue('notes', m.notes ?? '');
96-
setValue('reimbursementRequestId', m.reimbursementRequest?.reimbursementRequestId ?? undefined);
9796
setValue('assemblyId', undefined);
9897

9998
setCopyModalOpen(false);

0 commit comments

Comments
 (0)