Add new Componennt for Token Images (#4496) (#4498)

This commit is contained in:
Nicolas Gotchac
2017-02-09 17:41:27 +01:00
committed by Jaco Greeff
parent 48eac51c8a
commit 71f84067d9
11 changed files with 225 additions and 176 deletions

View File

@@ -65,7 +65,7 @@ describe('ui/AccountCard', () => {
let balance;
beforeEach(() => {
balance = component.find('Connect(Balance)');
balance = component.find('Balance');
});
it('renders the balance', () => {