weitere raterunde!

This commit is contained in:
JM 2026-05-06 11:53:40 +02:00
parent d977b58143
commit 12178f5a80
1 changed files with 4 additions and 4 deletions

View File

@ -50,11 +50,11 @@ class TeamsSettingsBlock extends Component {
return ( return (
<Switch <Switch
state={!!prefs[key]} state={!!prefs[key]}
onchange={(value) => onchange={(value) => {
user.savePreferences({ user.savePreferences({
[key]: value, [key]: value,
}) });
} }}
> >
{label} {label}
</Switch> </Switch>