Skip to content

Commit

Permalink
Remove unused icon var from KuiSubmitButton.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Mar 28, 2017
1 parent 119abf5 commit 24a9a4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui_framework/components/button/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ KuiLinkButton.propTypes = Object.assign({}, commonPropTypes, {
});

const KuiSubmitButton = props => {
const icon = getIcon(props);
const commonProps = getCommonProps(props, icon);
const commonProps = getCommonProps(props);

return (
<input
Expand Down

0 comments on commit 24a9a4f

Please sign in to comment.