From 9aa4b06ae993703411ca59e900e6992f915e3572 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 27 Feb 2024 14:10:13 +0200 Subject: [PATCH] feat(logs page): make sidebar responsive --- src/pages/Dashboard/Dashboard.tsx | 1 - src/pages/LogsPage/LogsPage.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/Dashboard/Dashboard.tsx b/src/pages/Dashboard/Dashboard.tsx index 2903cb7e..a3daae25 100644 --- a/src/pages/Dashboard/Dashboard.tsx +++ b/src/pages/Dashboard/Dashboard.tsx @@ -3,7 +3,6 @@ import { XStack } from 'tamagui' import LeftSidebar from '../../components/General/LeftSidebar/LeftSidebar' import RightSidebar from '../../components/General/RightSideBar/RightSidebar' import DashboardContent from './DashboardContent' -import { useEffect, useState } from 'react' import { useWindowSize } from '../../hooks/useWindowSize' const Dashboard = () => { diff --git a/src/pages/LogsPage/LogsPage.tsx b/src/pages/LogsPage/LogsPage.tsx index 508c3b59..2586935b 100644 --- a/src/pages/LogsPage/LogsPage.tsx +++ b/src/pages/LogsPage/LogsPage.tsx @@ -102,7 +102,7 @@ const LogsPage = () => { - + {windowSize.width > 900 && } ) }