Fix user profile page UI

This commit is contained in:
Yang Luo
2024-01-20 19:28:43 +08:00
parent 97c7f2631a
commit f4c873ffe6
25 changed files with 42 additions and 55 deletions

View File

@ -368,7 +368,11 @@ class App extends Component {
if (this.state.account === undefined) {
return null;
} else if (this.state.account === null) {
return null;
return (
<React.Fragment>
<LanguageSelect />
</React.Fragment>
);
} else {
return (
<React.Fragment>