1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2019-01-23 16:09:58 -07:00
parent 40f6aeba28
commit 6f947ab6d9
3 changed files with 4 additions and 3 deletions

View File

@@ -61,6 +61,6 @@ export default class ToggleSwitch extends React.Component {
<div className={classes} onClick={this._onClick}>
<div className="mx_ToggleSwitch_ball" />
</div>
)
);
}
}