diff --git a/jam-ui/src/components/page/JKMusicSessions.js b/jam-ui/src/components/page/JKMusicSessions.js index 914679f69..8da064caa 100644 --- a/jam-ui/src/components/page/JKMusicSessions.js +++ b/jam-ui/src/components/page/JKMusicSessions.js @@ -26,7 +26,7 @@ function JKMusicSessions() { // dispatch(fetchSessions()); dispatch(fetchFriendsSessions()); dispatch(fetchPublicSessions()); - dispatch(fetchInactiveSessions()); + //dispatch(fetchInactiveSessions()); }, []); const toggleAppUnavilableModel = () => {