diff --git a/shell/components/SideNav.vue b/shell/components/SideNav.vue index 7c6fae75a7a..09d103dcbdf 100644 --- a/shell/components/SideNav.vue +++ b/shell/components/SideNav.vue @@ -227,7 +227,7 @@ export default { const allProducts = this.$store.getters['allProducts']; const productMap = allProducts.reduce((acc, p) => { return { ...acc, [p.name]: p }; - }, {}); + }, {}); for (const product of allProducts) { if (product.rootProduct === rootProduct) {