aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/buy-options-modal.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-22 03:26:36 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-22 03:26:36 +0800
commit27b75b67b42c232051660c33da976d64a63ff407 (patch)
tree5072382a5b206dadcc6a54b6a03e3ef0a85d4b11 /ui/app/components/modals/buy-options-modal.js
parent877faaf09608fbb5f1ba9dd853959e7399893068 (diff)
downloadtangerine-wallet-browser-27b75b67b42c232051660c33da976d64a63ff407.tar.gz
tangerine-wallet-browser-27b75b67b42c232051660c33da976d64a63ff407.tar.zst
tangerine-wallet-browser-27b75b67b42c232051660c33da976d64a63ff407.zip
Hook up identicon and buttons to AccountDetailsModal, clean up colors
Diffstat (limited to 'ui/app/components/modals/buy-options-modal.js')
-rw-r--r--ui/app/components/modals/buy-options-modal.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/app/components/modals/buy-options-modal.js b/ui/app/components/modals/buy-options-modal.js
index 76e0da4f1..6e0831768 100644
--- a/ui/app/components/modals/buy-options-modal.js
+++ b/ui/app/components/modals/buy-options-modal.js
@@ -29,9 +29,6 @@ function BuyOptions () {
module.exports = connect(mapStateToProps, mapDispatchToProps)(BuyOptions)
-// BuyOptions is currently meant to be rendered inside <Modal />
-// It is the only component in this codebase that does so
-// It utilizes modal styles
BuyOptions.prototype.render = function () {
return h('div', {}, [
h('div.buy-modal-content.transfers-subview', {