From 6b95d8c6ad5b70149e2b636b9ce1afce6c2f0fde Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 8 Jan 2025 14:57:20 +0000 Subject: [PATCH] fix tablet --- src/view/shell/desktop/LeftNav.tsx | 81 ++++++++++++++++-------------- 1 file changed, 42 insertions(+), 39 deletions(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 84d06ef3c7..1376922355 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -106,9 +106,7 @@ function ProfileCard() { {({props, state}) => { - const active = - gtTablet && // desktop only - state.activated + const active = state.activated return ( )