aboutsummaryrefslogtreecommitdiffstats
path: root/responsive-ui/app/account-detail.js
diff options
context:
space:
mode:
Diffstat (limited to 'responsive-ui/app/account-detail.js')
-rw-r--r--responsive-ui/app/account-detail.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/responsive-ui/app/account-detail.js b/responsive-ui/app/account-detail.js
index 95e7c554a..ad65bf1d3 100644
--- a/responsive-ui/app/account-detail.js
+++ b/responsive-ui/app/account-detail.js
@@ -240,7 +240,9 @@ AccountDetailScreen.prototype.tabSections = function () {
const { currentAccountTab } = this.props
return h('section.tabSection', {
- style: { height: '100%' },
+ style: {
+ height: '100%',
+ },
}, [
h(TabBar, {