@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 +0 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -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
|
});
|