diff --git a/src/renderer/src/components/sidebar/sidebar-profile.tsx b/src/renderer/src/components/sidebar/sidebar-profile.tsx
index aef8de3d..b5c2c539 100644
--- a/src/renderer/src/components/sidebar/sidebar-profile.tsx
+++ b/src/renderer/src/components/sidebar/sidebar-profile.tsx
@@ -83,7 +83,7 @@ export function SidebarProfile() {
)}
- {userDetails && friendRequests?.length && !gameRunning && (
+ {userDetails && friendRequests.length > 0 && !gameRunning && (