]> cat aescling's git repositories - mastodon.git/commitdiff
Another tabs-vs-spaces fix, but with ~feeling~
authorDavid Yip <yipdw@member.fsf.org>
Thu, 12 Oct 2017 14:36:26 +0000 (09:36 -0500)
committerDavid Yip <yipdw@member.fsf.org>
Thu, 12 Oct 2017 14:36:26 +0000 (09:36 -0500)
app/javascript/mastodon/features/ui/index.js

index b093d2db5c113ff3b96323c21f2a9957f492b857..883bfe05571d934a5e3366a709bd0a35b6c43f95 100644 (file)
@@ -402,7 +402,7 @@ export default class UI extends React.Component {
           </ColumnsAreaContainer>
 
           <NotificationsContainer />
-               {navbarUnder ? (<TabsBar />) : null}
+          {navbarUnder ? (<TabsBar />) : null}
           <LoadingBarContainer className='loading-bar' />
           <ModalContainer />
           <UploadArea active={draggingOver} onClose={this.closeUploadModal} />
This page took 0.030296 seconds and 3 git commands to generate.