(value === null || value === "" ? null : Number(value))}
diff --git a/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx b/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx
index da81d27a..4f4fa0e4 100644
--- a/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx
+++ b/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx
@@ -15,7 +15,6 @@ import type {
} from "../../controllers";
import { ProformaTotalsSummary } from "../blocks";
-import { ProformaTaxesCard } from "./proforma-taxes-card";
import { ProformaUpdateHeaderEditor } from "./proforma-update-header-editor";
import { ProformaUpdateItemsEditor } from "./proforma-update-items-editor";
import { ProformaUpdateTaxEditor } from "./proforma-update-tax-editor";
@@ -95,10 +94,6 @@ export const ProformaUpdateEditorForm = ({
/>
-
-