💄
This commit is contained in:
@@ -145,7 +145,7 @@ export const userLogin = () =>
|
||||
export const userLogout = () =>
|
||||
{
|
||||
return {
|
||||
type: 'USER_LOGOUT'
|
||||
type : 'USER_LOGOUT'
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -447,5 +447,5 @@ export const setPeerPicture = (peerName, picture) =>
|
||||
|
||||
export const loggedIn = () =>
|
||||
({
|
||||
type: 'LOGGED_IN',
|
||||
type : 'LOGGED_IN'
|
||||
});
|
||||
Reference in New Issue
Block a user