From 323c9d25d4ae5302dfd411d5e746edd737160052 Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Fri, 24 Jul 2020 08:31:18 -0700 Subject: [PATCH] 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 --- desktop/app/src/App.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/desktop/app/src/App.tsx b/desktop/app/src/App.tsx index b41379ff1..c68895ad5 100644 --- a/desktop/app/src/App.tsx +++ b/desktop/app/src/App.tsx @@ -171,12 +171,14 @@ export class App extends React.Component { return ( - <> - {this.getSheet} + + <> + {this.getSheet} +