Fix spaceless async in ignored files too
This commit is contained in:
parent
8e4d8ccca7
commit
f269b5fbbc
5 changed files with 4 additions and 5 deletions
|
@ -835,7 +835,7 @@ module.exports = React.createClass({
|
|||
SettingsStore.getLabsFeatures().forEach((featureId) => {
|
||||
// TODO: this ought to be a separate component so that we don't need
|
||||
// to rebind the onChange each time we render
|
||||
const onChange = async(e) => {
|
||||
const onChange = async (e) => {
|
||||
const checked = e.target.checked;
|
||||
if (featureId === "feature_lazyloading") {
|
||||
const confirmed = await this._onLazyLoadChanging(checked);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue