@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
|
@@ -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;
|