This commit is contained in:
Torjus
2018-07-24 11:21:40 +02:00
parent aca2ec90f0
commit a6015692b2
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ export const userLogin = () =>
export const userLogout = () =>
{
return {
type: 'USER_LOGOUT'
type : 'USER_LOGOUT'
};
};
+1 -1
View File
@@ -447,5 +447,5 @@ export const setPeerPicture = (peerName, picture) =>
export const loggedIn = () =>
({
type: 'LOGGED_IN',
type : 'LOGGED_IN'
});