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 (
)