diff --git a/packages/webapp/src/containers/Customers/CustomersLanding/components.tsx b/packages/webapp/src/containers/Customers/CustomersLanding/components.tsx
index 5fef5a9ffd..c93bcb31f3 100644
--- a/packages/webapp/src/containers/Customers/CustomersLanding/components.tsx
+++ b/packages/webapp/src/containers/Customers/CustomersLanding/components.tsx
@@ -38,7 +38,6 @@ export function ActionsMenu({
/>
-
}
text={intl.get('edit_customer')}
@@ -47,7 +46,7 @@ export function ActionsMenu({
}
+ icon={}
text={intl.get('duplicate')}
onClick={safeCallback(onDuplicate, original)}
/>
diff --git a/packages/webapp/src/containers/Dialogs/CustomerOpeningBalanceDialog/CustomerOpeningBalanceFormFloatingActions.tsx b/packages/webapp/src/containers/Dialogs/CustomerOpeningBalanceDialog/CustomerOpeningBalanceFormFloatingActions.tsx
index adb94ae44e..6c07f7d792 100644
--- a/packages/webapp/src/containers/Dialogs/CustomerOpeningBalanceDialog/CustomerOpeningBalanceFormFloatingActions.tsx
+++ b/packages/webapp/src/containers/Dialogs/CustomerOpeningBalanceDialog/CustomerOpeningBalanceFormFloatingActions.tsx
@@ -8,7 +8,6 @@ import { useCustomerOpeningBalanceContext } from './CustomerOpeningBalanceFormPr
import withDialogActions from '@/containers/Dialog/withDialogActions';
import { compose } from '@/utils';
-
/**
* Customer Opening balance floating actions.
* @returns
@@ -31,6 +30,9 @@ function CustomerOpeningBalanceFormFloatingActions({
return (
);
diff --git a/packages/webapp/src/containers/Vendors/VendorsLanding/components.tsx b/packages/webapp/src/containers/Vendors/VendorsLanding/components.tsx
index 719b75a8e2..9cf89c65a8 100644
--- a/packages/webapp/src/containers/Vendors/VendorsLanding/components.tsx
+++ b/packages/webapp/src/containers/Vendors/VendorsLanding/components.tsx
@@ -48,7 +48,7 @@ export function ActionsMenu({
}
+ icon={}
text={intl.get('duplicate')}
onClick={safeCallback(onDuplicate, original)}
/>