aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/wallet-content-display.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/wallet-content-display.js')
-rw-r--r--ui/app/components/wallet-content-display.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/components/wallet-content-display.js b/ui/app/components/wallet-content-display.js
index 9c5db82d2..bfa061be4 100644
--- a/ui/app/components/wallet-content-display.js
+++ b/ui/app/components/wallet-content-display.js
@@ -18,7 +18,7 @@ WalletContentDisplay.prototype.render = function () {
marginLeft: '1.3em',
alignItems: 'flex-start',
...style,
- }
+ },
}, [
h('span', {
@@ -47,9 +47,9 @@ WalletContentDisplay.prototype.render = function () {
height: '6em',
width: '0.3em',
background: '#D8D8D8', // $alto
- }
+ },
}, [
- ])
+ ]),
])
}