This commit is contained in:
talksik
2022-05-14 08:23:13 -05:00
parent 7b70c4b023
commit ed71591930
4 changed files with 23 additions and 7 deletions
@@ -21,7 +21,7 @@ export default function Terminal() {
<div className="flex flex-row flex-1">
<SidePanel />
<MainPanel />
{desktopMode === 'mainApp' && <MainPanel />}
</div>
</div>
);