diff --git a/src/ui/GameRoot.tsx b/src/ui/GameRoot.tsx index 8836c3f03..481d146e0 100644 --- a/src/ui/GameRoot.tsx +++ b/src/ui/GameRoot.tsx @@ -476,49 +476,47 @@ export function GameRoot(): React.ReactElement { } return ( - - - - - - - {!ITutorial.isRunning ? ( - saveObject.saveGame()} killScripts={killAllScripts} /> - ) : ( - - )} - - {withSidebar ? ( - - { - setSideBarOpened(isOpened); - Settings.IsSidebarOpened = isOpened; - }} - /> - {mainPage} - + <> + + + + + {!ITutorial.isRunning ? ( + saveObject.saveGame()} killScripts={killAllScripts} /> ) : ( + + )} + + {withSidebar ? ( + + { + setSideBarOpened(isOpened); + Settings.IsSidebarOpened = isOpened; + }} + /> {mainPage} - )} - - {withPopups && ( - <> - - - - - - - )} - - - - - - - + + ) : ( + {mainPage} + )} + + {withPopups && ( + <> + + + + + + + )} + + + + + + ); } diff --git a/src/ui/React/CharacterOverview.tsx b/src/ui/React/CharacterOverview.tsx index 24a6c93fa..d1b29aaed 100644 --- a/src/ui/React/CharacterOverview.tsx +++ b/src/ui/React/CharacterOverview.tsx @@ -212,7 +212,7 @@ function Work(): React.ReactElement { ); innerText = ( <> - rep + rep
( )