Fix Wallet Settings Modal (#3856)

* Fixes wallet settings modal

* Fix linting
This commit is contained in:
Nicolas Gotchac
2016-12-19 13:16:59 +01:00
committed by Jaco Greeff
parent 14a9942d14
commit 670be41b62
6 changed files with 74 additions and 25 deletions

View File

@@ -143,4 +143,7 @@ export function parseAbiType (type) {
signed: true
};
}
// If no matches, return null
return null;
}