@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.
package/dist/index.js CHANGED
@@ -7473,12 +7473,6 @@ const Home = () => {
7473
7473
  }
7474
7474
  if (roles.length === 1 && roles.includes("CITIZEN")) {
7475
7475
  propsForModuleCard.links.push({
7476
- label: t("EKYC_CREATE_KYC"),
7477
- link: "/digit-ui/citizen/ekyc/create-kyc"
7478
- }, {
7479
- label: t("EKYC_UPDATE_KYC"),
7480
- link: "/digit-ui/citizen/ekyc/update-kyc"
7481
- }, {
7482
7476
  label: t("EKYC_STATUS"),
7483
7477
  link: "/digit-ui/citizen/ekyc/:id"
7484
7478
  });