diff --git a/frontend/components/Settings.tsx b/frontend/components/Settings.tsx index b38af31..09bf0d7 100755 --- a/frontend/components/Settings.tsx +++ b/frontend/components/Settings.tsx @@ -338,7 +338,7 @@ export const Settings: React.FC = ({ { id: 'Channels', label: 'Channels' }, { id: 'SubChannels', label: 'Sub-channels' }, { id: 'ProofTypes', label: 'Proof types' }, - { id: 'Users', label: 'Users' }, + // { id: 'Users', label: 'Users' }, // Hidden: not connected to backend user system { id: 'Beta', label: '[Beta]' }, ].map((tab) => (