Skip to content

Commit

Permalink
Remove unused getter
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Feb 13, 2024
1 parent 01ec8b5 commit 8e5ace1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/components/nav/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default {
computed: {
...mapGetters(['clusterReady', 'isExplorer', 'isRancher', 'currentCluster',
'currentProduct', 'rootProduct', 'backToRancherLink', 'backToRancherGlobalLink', 'pageActions', 'isSingleProduct', 'isRancherInHarvester', 'showTopLevelMenu']),
...mapGetters('type-map', ['activeProducts']),
appName() {
return getProduct();
Expand Down

0 comments on commit 8e5ace1

Please sign in to comment.