Skip to content

Commit

Permalink
Fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VSaric committed Dec 7, 2022
1 parent 16a4180 commit 79cb332
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,7 @@ export default class ConfirmApproveContent extends Component {
}

getTokenName() {
const {
tokenId,
assetName,
assetStandard,
tokenSymbol,
} = this.props;
const { tokenId, assetName, assetStandard, tokenSymbol } = this.props;
const { t } = this.context;

let titleTokenDescription = t('token');
Expand Down

0 comments on commit 79cb332

Please sign in to comment.