diff options
Diffstat (limited to 'app/components/LayoutStyles.js')
| -rw-r--r-- | app/components/LayoutStyles.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/LayoutStyles.js b/app/components/LayoutStyles.js index ab32d45e7b..b3ef4f462e 100644 --- a/app/components/LayoutStyles.js +++ b/app/components/LayoutStyles.js @@ -15,6 +15,6 @@ export default { flex: 1, backgroundColor: colors.blue, overflow: 'hidden', - } + }, }), }; |
