@djb25/digit-ui-module-ekyc 1.0.37 → 1.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7470,12 +7470,6 @@ const Home = () => {
7470
7470
  }
7471
7471
  if (roles.length === 1 && roles.includes("CITIZEN")) {
7472
7472
  propsForModuleCard.links.push({
7473
- label: t("EKYC_CREATE_KYC"),
7474
- link: "/digit-ui/citizen/ekyc/create-kyc"
7475
- }, {
7476
- label: t("EKYC_UPDATE_KYC"),
7477
- link: "/digit-ui/citizen/ekyc/update-kyc"
7478
- }, {
7479
7473
  label: t("EKYC_STATUS"),
7480
7474
  link: "/digit-ui/citizen/ekyc/:id"
7481
7475
  });