]> cat aescling's git repositories - mastodon.git/commitdiff
Fix tabs-vs-spaces issue pointed out by eslint.
authorDavid Yip <yipdw@member.fsf.org>
Thu, 12 Oct 2017 14:23:06 +0000 (09:23 -0500)
committerDavid Yip <yipdw@member.fsf.org>
Thu, 12 Oct 2017 14:23:06 +0000 (09:23 -0500)
app/javascript/mastodon/features/ui/index.js

index 14a5f62244264c333a7c0e18cfc79b67cca65ea8..b093d2db5c113ff3b96323c21f2a9957f492b857 100644 (file)
@@ -368,7 +368,7 @@ export default class UI extends React.Component {
     return (
       <HotKeys keyMap={keyMap} handlers={handlers} ref={this.setHotkeysRef}>
         <div className={className} ref={this.setRef}>
-               {navbarUnder ? null : (<TabsBar />)}
+          {navbarUnder ? null : (<TabsBar />)}
 
           <ColumnsAreaContainer ref={this.setColumnsAreaRef} singleColumn={isMobile(width, layout)}>
             <WrappedSwitch>
This page took 0.028021 seconds and 3 git commands to generate.