@mseva/digit-ui-module-core 1.0.19 → 1.0.20
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16246,7 +16246,7 @@ const Home = () => {
|
|
|
16246
16246
|
enabled: conditionsToDisableNotificationCountTrigger()
|
|
16247
16247
|
}
|
|
16248
16248
|
});
|
|
16249
|
-
if (!
|
|
16249
|
+
if (!tenantId) {
|
|
16250
16250
|
localCheck ? history.push(`/digit-ui/citizen/select-language`) : history.push(`/digit-ui/citizen/select-location`);
|
|
16251
16251
|
}
|
|
16252
16252
|
const citizenServicesObj = uiHomePage === null || uiHomePage === void 0 ? void 0 : uiHomePage.citizenServicesCard;
|