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() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<ButtonBootstrap
|
<ButtonBootstrap
|
||||||
|
onClick={this.props.onClick}
|
||||||
tag={this.props.tag}
|
tag={this.props.tag}
|
||||||
to={this.props.to}
|
to={this.props.to}
|
||||||
color="primary"
|
color="primary"
|
||||||
|
Reference in New Issue
Block a user