Skip to content

Commit

Permalink
fix: fixed duplicate key rendering in navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
unxsist committed Feb 9, 2025
1 parent 620b7cd commit e58b011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ watch([context, namespace, clusterAuthenticated], () => {
</NavigationGroup>
<template v-for="group in navigationGroups" :key="group.title">
<NavigationGroup
:key="group.title"
:title="group.title"
v-if="
getCoreResourcesForGroup(group).length > 0 ||
Expand Down

0 comments on commit e58b011

Please sign in to comment.