@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.modern.js
CHANGED
|
@@ -15671,7 +15671,7 @@ const Home = () => {
|
|
|
15671
15671
|
enabled: conditionsToDisableNotificationCountTrigger()
|
|
15672
15672
|
}
|
|
15673
15673
|
});
|
|
15674
|
-
if (!
|
|
15674
|
+
if (!tenantId) {
|
|
15675
15675
|
localCheck ? history.push(`/digit-ui/citizen/select-language`) : history.push(`/digit-ui/citizen/select-location`);
|
|
15676
15676
|
}
|
|
15677
15677
|
const citizenServicesObj = uiHomePage === null || uiHomePage === void 0 ? void 0 : uiHomePage.citizenServicesCard;
|