l-min-components 1.7.1494 → 1.7.1495

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.7.1494",
3
+ "version": "1.7.1495",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -203,6 +203,7 @@ const AppMainLayout = ({ children }) => {
203
203
 
204
204
  if (!shouldSkipNavigation && defaultAccountType) {
205
205
  const urlContainsAccountType = currentUrl.includes(defaultAccountType);
206
+ console.log(urlContainsAccountType, "URLS");
206
207
 
207
208
  if (!urlContainsAccountType) {
208
209
  window.location.href = `/${defaultAccountType}`;