syntax
This commit is contained in:
parent
e5974fa826
commit
5985a047ea
|
|
@ -44,7 +44,7 @@ class TeamsSettingsBlock extends Component {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
prefSwitch(user, prefs, key, label) {
|
prefSwitch(user, prefs, key, label) {
|
||||||
return (
|
return (
|
||||||
<Switch
|
<Switch
|
||||||
state={!!prefs[key]}
|
state={!!prefs[key]}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue