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