Merge branch 'master' into jg-test-ui

This commit is contained in:
Jaco Greeff
2016-12-09 18:34:58 +01:00
63 changed files with 539 additions and 524 deletions

View File

@@ -18,7 +18,7 @@ import React, { Component, PropTypes } from 'react';
import { bytesToHex } from '~/api/util/format';
import { Container } from '~/ui';
import { TxRow } from '~/ui/TxList/txList';
import TxRow from '~/ui/TxList/TxRow';
import txListStyles from '~/ui/TxList/txList.css';