hide sidebar captain setting

This commit is contained in:
aakashb95
2025-12-18 14:22:23 +05:30
parent e7507d7627
commit f084dc77c8
@@ -577,12 +577,13 @@ const menuItems = computed(() => {
icon: 'i-lucide-credit-card',
to: accountScopedRoute('billing_settings_index'),
},
{
name: 'Settings Captain',
label: t('SIDEBAR.CAPTAIN_AI'),
icon: 'i-lucide-sparkles',
to: accountScopedRoute('captain_settings_index'),
},
// Hidden until we have a way to manage captain settings
// {
// name: 'Settings Captain',
// label: t('SIDEBAR.CAPTAIN_AI'),
// icon: 'i-lucide-sparkles',
// to: accountScopedRoute('captain_settings_index'),
// },
],
},
];