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:
parent
8278b4eb36
commit
66315d2266
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user