diff --git a/src/index.jsx b/src/index.jsx index 70a8604..0260c96 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -123,7 +123,7 @@ class suspendButton extends Component { } render() { - const { img, style } = this.props + const { img, style, imgStyle } = this.props return ( - {img && } + {img && } ) }