diff --git a/src/views/CountDetail.vue b/src/views/CountDetail.vue index 74b1146f..960acfe3 100644 --- a/src/views/CountDetail.vue +++ b/src/views/CountDetail.vue @@ -62,12 +62,12 @@
-
+
-
+

{{ getProductIdentificationValue(productStoreSettings["productIdentificationPref"].primaryId, getProduct(product.productId)) }}

@@ -348,7 +348,7 @@ function updateFilteredItems() { store.dispatch("product/currentProduct", product.value); updateNavigationState(filteredItems.value.indexOf(product.value)); } else { - store.dispatch("product/currentProduct", null); + store.dispatch("product/currentProduct", {}); isFirstItem.value = true isLastItem.value = false }