mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint fix
This commit is contained in:
parent
a79c6c4bbb
commit
5364e417a3
@ -1,7 +1,7 @@
|
||||
import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import ConfirmTransactionBase from '../confirm-transaction-base';
|
||||
import { toBuffer } from '../../../shared/modules/buffer-utils';
|
||||
import { toBuffer } from '../../../../shared/modules/buffer-utils';
|
||||
|
||||
export default class ConfirmDeployContract extends Component {
|
||||
static contextTypes = {
|
||||
|
@ -22,7 +22,6 @@ import {
|
||||
TRANSACTION_STATUSES,
|
||||
} from '../../../../shared/constants/transaction';
|
||||
import { getTransactionTypeTitle } from '../../helpers/utils/transactions.util';
|
||||
import ErrorMessage from '../../components/ui/error-message';
|
||||
import { toBuffer } from '../../../../shared/modules/buffer-utils';
|
||||
|
||||
export default class ConfirmTransactionBase extends Component {
|
||||
|
Loading…
Reference in New Issue
Block a user