Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 15, 2024
1 parent 61162bd commit d97fe11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions ui/ducks/send/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,9 @@ import {
getTokenIdParam,
} from '../../helpers/utils/token-util';
import {
IS_FLASK,
checkExistingAddresses,
isDefaultMetaMaskChain,
isOriginContractAddress,
isValidDomainName,
} from '../../helpers/utils/util';
import {
getGasEstimateType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import classnames from 'classnames';

import { isHexString } from '@metamask/utils';
import { addHexPrefix } from '../../../../../../app/scripts/lib/util';
import {
isValidDomainName,
shortenAddress,
} from '../../../../../helpers/utils/util';
import { shortenAddress } from '../../../../../helpers/utils/util';
import {
isBurnAddress,
isValidHexAddress,
Expand Down

0 comments on commit d97fe11

Please sign in to comment.