diff --git a/pages/Settings.tsx b/pages/Settings.tsx
index aa2fee7..f8d4688 100644
--- a/pages/Settings.tsx
+++ b/pages/Settings.tsx
@@ -278,10 +278,13 @@ export const SettingsPage: React.FC = () => {
tabs.push({ id: 'features', label: 'Funzionalità ', icon: });
}
@@ -419,8 +422,8 @@ export const SettingsPage: React.FC = () => {
)}
- {/* STORAGE CONFIG TAB */}
- {isPrivileged && activeTab === 'storage' && (
+ {/* STORAGE CONFIG TAB - CONDITIONAL */}
+ {isPrivileged && activeTab === 'storage' && globalSettings?.features.documents && (
Scegli dove salvare i documenti caricati.
@@ -498,7 +501,7 @@ export const SettingsPage: React.FC = () => {Necessario per abilitare i pagamenti online delle rate.
Necessario per abilitare i pagamenti online delle rate.
Necessario per abilitare i pagamenti online delle rate.