@jx3box/jx3box-common-ui 7.9.3 → 7.9.4

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": "@jx3box/jx3box-common-ui",
3
- "version": "7.9.3",
3
+ "version": "7.9.4",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -191,7 +191,7 @@ export default {
191
191
  break;
192
192
  }
193
193
  }
194
- return type.includes(active);
194
+ return active && type.includes(active);
195
195
  },
196
196
  matchedClient: function (client) {
197
197
  return client == "all" ? true : client == this.client;