aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-11-24 08:54:27 +0800
committerDan Finlay <dan@danfinlay.com>2016-11-24 08:54:27 +0800
commitb8991195829474691f17db3a7a6c9c081f9a95c9 (patch)
treea68a7c2529a82f4634913755bfc3f781f9476c3c /ui
parentb9b3ef8fedc848cbebc60eab70b90aa4f75060f2 (diff)
parent323f3cb1a05947f320f77fc3e87c9d6c70ea1900 (diff)
downloadtangerine-wallet-browser-b8991195829474691f17db3a7a6c9c081f9a95c9.tar.gz
tangerine-wallet-browser-b8991195829474691f17db3a7a6c9c081f9a95c9.tar.zst
tangerine-wallet-browser-b8991195829474691f17db3a7a6c9c081f9a95c9.zip
Merge branch 'master' into dev
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/buy-button-subview.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/components/buy-button-subview.js b/ui/app/components/buy-button-subview.js
index 0dd8c4946..35eda647e 100644
--- a/ui/app/components/buy-button-subview.js
+++ b/ui/app/components/buy-button-subview.js
@@ -113,9 +113,9 @@ BuyButtonSubview.prototype.formVersionSubview = function () {
style: {
width: '225px',
},
- }, 'In order to access this feature please switch to the Main Network'),
- this.props.network === '3' ? h('h3.text-transform-uppercase', 'or:') : null,
- this.props.network === '3' ? h('button.text-transform-uppercase', {
+ }, 'In order to access this feature, please switch to the Main Network'),
+ (this.props.network === '3') ? h('h3.text-transform-uppercase', 'or:') : null,
+ (this.props.network === '3') ? h('button.text-transform-uppercase', {
onClick: () => this.props.dispatch(actions.buyEth()),
style: {
marginTop: '15px',