@apptegy/nuxt-navigation 0.1.102 → 0.1.103

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/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=3.0.0"
5
5
  },
6
6
  "configKey": "@apptegy/nuxt-navigation",
7
- "version": "0.1.102",
7
+ "version": "0.1.103",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -268,9 +268,6 @@ function matchesTab(notification) {
268
268
  return notification.dismissed !== true;
269
269
  }
270
270
  function matchesFilter(notification) {
271
- if (activeTabId.value === "all") {
272
- return true;
273
- }
274
271
  const filter = activeFilter.value;
275
272
  if (!filter) {
276
273
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.1.102",
3
+ "version": "0.1.103",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {