aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/wallet-view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/wallet-view.js b/ui/app/components/wallet-view.js
index 091a5cd7c..97c881483 100644
--- a/ui/app/components/wallet-view.js
+++ b/ui/app/components/wallet-view.js
@@ -33,7 +33,7 @@ WalletView.prototype.render = function () {
const selected = '0x82df11beb942BEeeD58d466fCb0F0791365C7684'
const { network } = this.props
- return h('div.wallet-view.flex-column', {
+ return h('div.wallet-view.flex-column.lap-visible', {
style: {
// width: '33.333%',
flexGrow: 1,