From f71956b2ab748af8d9a11053a00c858370f340f3 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 7 Jul 2016 13:45:06 -0700 Subject: lint fix --- ui/app/components/eth-balance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components/eth-balance.js') diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js index 975ba3acd..9e445fe3f 100644 --- a/ui/app/components/eth-balance.js +++ b/ui/app/components/eth-balance.js @@ -73,7 +73,7 @@ EthBalanceComponent.prototype.renderBalance = function (value) { }, }, label), ]), - ]) + ]), ]) ) -- cgit