From fe1c20cfb948a2de08e1bab6fd135ded94f95a7d Mon Sep 17 00:00:00 2001 From: David Yip Date: Thu, 12 Oct 2017 09:23:06 -0500 Subject: [PATCH] Fix tabs-vs-spaces issue pointed out by eslint. --- app/javascript/mastodon/features/ui/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/ui/index.js b/app/javascript/mastodon/features/ui/index.js index 14a5f622442..b093d2db5c1 100644 --- a/app/javascript/mastodon/features/ui/index.js +++ b/app/javascript/mastodon/features/ui/index.js @@ -368,7 +368,7 @@ export default class UI extends React.Component { return (
- {navbarUnder ? null : ()} + {navbarUnder ? null : ()}