mostly revert last commit :(

This commit is contained in:
Stefan Otto
2019-10-31 02:37:45 +01:00
parent d49ef4e65f
commit f204ff0222
3 changed files with 0 additions and 28 deletions
-3
View File
@@ -8,9 +8,6 @@ const lobbyPeer = (state = {}, action) =>
case 'SET_LOBBY_PEER_DISPLAY_NAME':
return { ...state, displayName: action.payload.displayName };
case 'SET_LOBBY_PEER_PICTURE':
return { ...state, picture: action.payload.picture };
case 'SET_LOBBY_PEER_PROMOTION_IN_PROGRESS':
return { ...state, promotionInProgress: action.payload.flag };