list current sessions
This commit is contained in:
parent
1e0faa7309
commit
0d25814e6e
|
|
@ -23,10 +23,10 @@ function JKMusicSessions() {
|
|||
const { nativeAppUnavailable, setNativeAppUnavailable } = useNativeApp();
|
||||
|
||||
useEffect(() => {
|
||||
dispatch(fetchSessions());
|
||||
// dispatch(fetchFriendsSessions());
|
||||
// dispatch(fetchPublicSessions());
|
||||
// dispatch(fetchInactiveSessions());
|
||||
// dispatch(fetchSessions());
|
||||
dispatch(fetchFriendsSessions());
|
||||
dispatch(fetchPublicSessions());
|
||||
dispatch(fetchInactiveSessions());
|
||||
}, []);
|
||||
|
||||
const toggleAppUnavilableModel = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue