Fix layout of error and doctor bars
Summary: Changelog: Fixed layout of doctor and error bars which was broken in version 50 Reviewed By: mweststrate Differential Revision: D22692069 fbshipit-source-id: 43d779656d30675b785eab67d6b7dcca4471653f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9ada27526c
commit
323c9d25d4
@@ -171,12 +171,14 @@ export class App extends React.Component<Props> {
|
|||||||
return (
|
return (
|
||||||
<Layout.Top>
|
<Layout.Top>
|
||||||
<Layout.Top>
|
<Layout.Top>
|
||||||
<TitleBar version={version} />
|
|
||||||
<>
|
<>
|
||||||
<Sheet>{this.getSheet}</Sheet>
|
<TitleBar version={version} />
|
||||||
<DoctorBar />
|
<DoctorBar />
|
||||||
<ErrorBar />
|
<ErrorBar />
|
||||||
</>
|
</>
|
||||||
|
<>
|
||||||
|
<Sheet>{this.getSheet}</Sheet>
|
||||||
|
</>
|
||||||
</Layout.Top>
|
</Layout.Top>
|
||||||
<Layout.Bottom>
|
<Layout.Bottom>
|
||||||
<Layout.Left>
|
<Layout.Left>
|
||||||
|
|||||||
Reference in New Issue
Block a user