mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix tabs-vs-spaces issue pointed out by eslint.
This commit is contained in:
parent
edd1a00faf
commit
fe1c20cfb9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user