diff --git a/client/src/components/button.js b/client/src/components/button.js index 28bc38d..858c86e 100644 --- a/client/src/components/button.js +++ b/client/src/components/button.js @@ -20,9 +20,7 @@ export default class Button extends Base { render() { const {working} = this.state || {}; - const { - children, disabled, className, title, - } = this.props; + const {children, disabled, className, title} = this.props; return (