diff --git a/client/src/components/layout/Sidebar.tsx b/client/src/components/layout/Sidebar.tsx index 8d55192..8dfc33a 100644 --- a/client/src/components/layout/Sidebar.tsx +++ b/client/src/components/layout/Sidebar.tsx @@ -283,7 +283,7 @@ const Sidebar = () => { username?: string; status?: string; lastOnline?: string; - isOnline?: boolean; + online?: boolean; data?: any; } @@ -529,7 +529,7 @@ const Sidebar = () => {