Skip to content

Commit

Permalink
Refactor #1733
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 22, 2020
1 parent a975106 commit 6f47243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scrolltop/ScrollTop.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class ScrollTop extends Component {
render() {
const className = classNames('p-scrolltop p-link p-component', {
'p-scrolltop-sticky': this.props.target !== 'window'
});
}, this.props.className);
const iconClassName = classNames('p-scrolltop-icon', this.props.icon);
const isTargetParent = this.props.target === 'parent';

Expand Down

0 comments on commit 6f47243

Please sign in to comment.