diff options
author | Dan <danjm.com@gmail.com> | 2017-11-02 20:15:59 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2017-11-02 20:15:59 +0800 |
commit | 56e9f98bd05de8ae26f653d15eec4304f0c72155 (patch) | |
tree | 32b6caa805648602a80ca295076d976c181f89f4 /ui/app/components/modals/shapeshift-deposit-tx-modal.js | |
parent | 5a94775b3fa22517a71232ebe229ee83e9debcf1 (diff) | |
download | dexon-wallet-56e9f98bd05de8ae26f653d15eec4304f0c72155.tar.gz dexon-wallet-56e9f98bd05de8ae26f653d15eec4304f0c72155.tar.zst dexon-wallet-56e9f98bd05de8ae26f653d15eec4304f0c72155.zip |
More lint fixes
Diffstat (limited to 'ui/app/components/modals/shapeshift-deposit-tx-modal.js')
-rw-r--r-- | ui/app/components/modals/shapeshift-deposit-tx-modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/shapeshift-deposit-tx-modal.js b/ui/app/components/modals/shapeshift-deposit-tx-modal.js index 1fd1ade0..24af5a0d 100644 --- a/ui/app/components/modals/shapeshift-deposit-tx-modal.js +++ b/ui/app/components/modals/shapeshift-deposit-tx-modal.js @@ -35,6 +35,6 @@ ShapeshiftDepositTxModal.prototype.render = function () { }, [ h('div', {}, [ h(QrView, {key: 'qr', Qr}), - ]) + ]), ]) } |