Skip to content

Commit

Permalink
refactor #2415
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 11, 2021
1 parent 2305ead commit 77b1ce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export class ButtonComponent extends Component {

renderIcon() {
let icon = this.props.loading ? this.props.loadingIcon : this.props.icon;
let iconType = typeof icon;
let className = classNames('p-button-icon p-c', {
'p-button-loading-icon': this.props.loading,
'p-button-icon-left': this.props.iconPos === 'left' && this.props.label,
Expand Down

0 comments on commit 77b1ce4

Please sign in to comment.