Add functionalities to multi-sig wallet (#3729)
* WIP Sending tokens in multi-sig wallet * Working Token transfer for multi-sig wallet #3282 * Add operation hash to transfer modal * Add existing wallet from address #3282 * Wallet delete redirect to Wallets/Accounts #3282 * Rightly check balance in Transfer // Get all accounts balances #3282 * Fix linting * Better Header UI for Wallet * Use the `~` webpack alias * Use Webpack `~` alias
This commit is contained in:
committed by
Jaco Greeff
parent
be90245ecb
commit
8dbd56888d
@@ -16,11 +16,11 @@
|
||||
|
||||
import React, { Component, PropTypes } from 'react';
|
||||
|
||||
import { bytesToHex } from '../../../api/util/format';
|
||||
import { Container } from '../../../ui';
|
||||
import { TxRow } from '../../../ui/TxList/txList';
|
||||
import { bytesToHex } from '~/api/util/format';
|
||||
import { Container } from '~/ui';
|
||||
import { TxRow } from '~/ui/TxList/txList';
|
||||
|
||||
import txListStyles from '../../../ui/TxList/txList.css';
|
||||
import txListStyles from '~/ui/TxList/txList.css';
|
||||
|
||||
export default class WalletTransactions extends Component {
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user