diff --git a/src/components/forms/invoice-form.tsx b/src/components/forms/invoice-form.tsx index 3977440..dce7791 100644 --- a/src/components/forms/invoice-form.tsx +++ b/src/components/forms/invoice-form.tsx @@ -661,11 +661,6 @@ function InvoiceForm({ invoiceId }: InvoiceFormProps) { ))} - {invoiceId && hasOnlyStatusChanged && ( -
- Only status will be updated -
- )}