Skip to content

Commit

Permalink
Update SideNav.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Mar 5, 2024
1 parent c4ba13a commit eba450b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/components/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit eba450b

Please sign in to comment.