conform to style

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2019-09-25 18:10:05 +01:00
parent ab3e5c3b87
commit 3672832d38
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ export default class ToggleSwitch extends React.Component {
role="checkbox"
aria-checked={this.state.checked}
aria-disabled={disabled}
tabIndex={0}>
tabIndex={0}
>
<div className="mx_ToggleSwitch_ball" />
</div>
);