diff --git a/package-lock.json b/package-lock.json index 2e50614..06cdafd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5788,7 +5788,6 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/quill/-/quill-2.0.2.tgz", "integrity": "sha512-QfazNrhMakEdRG57IoYFwffUIr04LWJxbS/ZkidRFXYCQt63c1gK6Z7IHUXMx/Vh25WgPBU42oBaNzQ0K1R/xw==", - "license": "BSD-3-Clause", "dependencies": { "eventemitter3": "^5.0.1", "lodash-es": "^4.17.21", diff --git a/src/Pages/Investor_Management/InvestorDetails/InvestorDetails.jsx b/src/Pages/Investor_Management/InvestorDetails/InvestorDetails.jsx index 7e5c707..66c9cf0 100644 --- a/src/Pages/Investor_Management/InvestorDetails/InvestorDetails.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/InvestorDetails.jsx @@ -83,11 +83,6 @@ const InvestorDetails = () => { KYCStatus: kyc, country_xid: country - - - - - }, { skip: debouncedSearchTerm === "" && searchTerm !== "", // Skip if search is empty and it's not the initial request