@visns-studio/visns-components 2.3.14 → 2.4.1

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.
@@ -253,9 +253,11 @@ function Navigation({
253
253
  };
254
254
 
255
255
  const currentUrl = cleanUrl(currentPage);
256
- const navUrl = cleanUrl(nav.url)
256
+ const navUrl = nav.url
257
257
  ? cleanUrl(nav.url)
258
- : 'dashboard';
258
+ ? cleanUrl(nav.url)
259
+ : 'dashboard'
260
+ : '';
259
261
 
260
262
  if (
261
263
  navUrl === currentUrl ||
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "react-dom": "^17.0.1"
43
43
  },
44
44
  "name": "@visns-studio/visns-components",
45
- "version": "2.3.14",
45
+ "version": "2.4.1",
46
46
  "description": "Various packages to assist in the development of our Custom Applications.",
47
47
  "main": "index.js",
48
48
  "scripts": {