From e5ff49f7a752bbac84f65aee675cffde0f0f4a19 Mon Sep 17 00:00:00 2001 From: Nekotoxin Date: Tue, 15 Mar 2022 21:02:54 +0800 Subject: [PATCH] fix: UI bug after switching to English (#570) --- web/src/App.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/web/src/App.js b/web/src/App.js index 5ccfe72c..67386570 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -553,22 +553,22 @@ class App extends Component { ) } - +
+ + { + this.renderMenu() + } + { - this.renderMenu() + this.renderAccount() } -
- { - this.renderAccount() - } - -
-
+ +