mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
fix: add onClick props
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user