Web: Components: ToggleButton: Added passing props trough wrapper

This commit is contained in:
Ilya Oleshko 2022-05-27 21:59:12 +03:00
parent bf7f8ef1e7
commit 33bb18d8b7

View File

@ -78,7 +78,7 @@ class ToggleButton extends Component {
//console.log("ToggleButton render");
return (
<Container>
<Container {...this.props}>
<ToggleButtonContainer
id={id}
className={className}