Reviewed By: passy

Differential Revision: D14598657

fbshipit-source-id: 3ee6ee5ec7323616ac200243747e0b44b1ce65d4
This commit is contained in:
Daniel Büchele
2019-03-27 04:18:40 -07:00
committed by Facebook Github Bot
parent 1c904b219c
commit 880327b61d
6 changed files with 152 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
*/
import {FlipperBasePlugin} from '../plugin.js';
import config from '../fb-stubs/config';
import type BaseDevice from '../devices/BaseDevice.js';
import type Client from '../Client.js';
import type {UninitializedClient} from '../UninitializedClient.js';
@@ -345,7 +346,7 @@ class MainSidebar extends PureComponent<MainSidebarProps> {
/>
&nbsp;Plugin not showing?
</PluginDebugger>
<UserAccount />
{config.showLogin && <UserAccount />}
</Sidebar>
);
}