This commit is contained in:
Hristo Nedelkov 2023-11-03 11:21:36 +02:00
parent fc562c4ad8
commit 203197fd55

View File

@ -21,7 +21,7 @@ const Dashboard = () => {
return (
<XStack style={{ height: '100vh' }}>
<LeftSidebar />
<LeftSidebar />
<DashboardContent windowWidth={windowWidth} />
{windowWidth > 900 && <RightSidebar />}
</XStack>