Skip to content

Commit

Permalink
[DDW] Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Oct 26, 2020
1 parent 195c335 commit 49b8e3d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions source/renderer/app/components/staking/widgets/TooltipPool.js
Expand Up @@ -700,15 +700,7 @@ export default class TooltipPool extends Component<Props, State> {
idCopyFeedback,
} = this.state;

const {
id,
name,
description,
ticker,
homepage,
potentialRewards,
retiring,
} = stakePool;
const { id, name, description, ticker, homepage, retiring } = stakePool;

const componentClassnames = classnames([
styles.component,
Expand Down

0 comments on commit 49b8e3d

Please sign in to comment.