do not show upcoming events in event listing
This commit is contained in:
parent
0f7b9b2884
commit
97d23a6bcb
|
|
@ -26,7 +26,7 @@ function JKMusicSessions() {
|
|||
// dispatch(fetchSessions());
|
||||
dispatch(fetchFriendsSessions());
|
||||
dispatch(fetchPublicSessions());
|
||||
dispatch(fetchInactiveSessions());
|
||||
//dispatch(fetchInactiveSessions());
|
||||
}, []);
|
||||
|
||||
const toggleAppUnavilableModel = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue