@visns-studio/visns-components 1.4.6 → 1.4.7

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.
@@ -197,8 +197,7 @@ function Navigation({ logo, logout, navConfig, setSystemAuth, userProfile }) {
197
197
  <div className="hactions">
198
198
  <ul>
199
199
  {navData.settings.map((setting, settingKey) =>
200
- nav.permission === true ||
201
- nav.permissionKey === "" ? (
200
+ setting.permission === true ? (
202
201
  <React.Fragment key={`setting-${settingKey}`}>
203
202
  {renderSetting(setting)}
204
203
  </React.Fragment>
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  "react-dom": "^17.0.1"
35
35
  },
36
36
  "name": "@visns-studio/visns-components",
37
- "version": "1.4.6",
37
+ "version": "1.4.7",
38
38
  "description": "Various packages to assist in the development of our Custom Applications.",
39
39
  "main": "index.js",
40
40
  "devDependencies": {},