From 5d6164973e92fa8a3e3c18a0eb2e29494aea4f48 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 9 Dec 2018 20:48:25 +0100 Subject: Fix linting issues --- src/components/util/ErrorBoundary/styles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/util/ErrorBoundary/styles.js') diff --git a/src/components/util/ErrorBoundary/styles.js b/src/components/util/ErrorBoundary/styles.js index 8d62767f6..0960546ff 100644 --- a/src/components/util/ErrorBoundary/styles.js +++ b/src/components/util/ErrorBoundary/styles.js @@ -1,4 +1,4 @@ -export default (theme) => ({ +export default theme => ({ component: { display: 'flex', width: '100%', @@ -9,5 +9,5 @@ export default (theme) => ({ title: { fontSize: 20, color: theme.colorText, - } + }, }); -- cgit v1.2.3-70-g09d2