revert to list all sesions
This commit is contained in:
parent
d6dc79b478
commit
10e6fedb5c
|
|
@ -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