1
0
mirror of https://github.com/franjsco/tick3t synced 2025-01-01 04:07:28 +01:00

fix: add onClick props

This commit is contained in:
frab1t 2019-05-18 19:23:02 +02:00
parent 8278b4eb36
commit 66315d2266

View File

@ -17,6 +17,7 @@ class Button extends Component {
render() {
return (
<ButtonBootstrap
onClick={this.props.onClick}
tag={this.props.tag}
to={this.props.to}
color="primary"