This commit is contained in:
JM 2026-05-06 11:41:47 +02:00
parent e5974fa826
commit 5985a047ea
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class TeamsSettingsBlock extends Component {
);
}
prefSwitch(user, prefs, key, label) {
prefSwitch(user, prefs, key, label) {
return (
<Switch
state={!!prefs[key]}