diff options
lint fix
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/eth-balance.js | 2 |
1 files changed, 1 insertions, 1 deletions
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), ]), - ]) + ]), ]) ) |