diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index bb60e4710..de4eb897a 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -2545,7 +2545,7 @@ const Settings: Component = (props) => { > {(tab) => { - const isActive = activeTab() === tab.id; + const isActive = () => activeTab() === tab.id; const disabled = tab.disabled; return (