mirror of
https://github.com/franjsco/tick3t
synced 2025-01-19 12:39:56 +01:00
fix: add onClick props
This commit is contained in:
parent
8278b4eb36
commit
66315d2266
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user