Style chat pictures
This commit is contained in:
@@ -31,7 +31,8 @@ const peer = (state = {}, action) =>
|
||||
|
||||
case 'REMOVE_CONSUMER':
|
||||
{
|
||||
const consumers = state.consumers.filter((consumer) => consumer !== action.payload.consumerId);
|
||||
const consumers = state.consumers.filter((consumer) =>
|
||||
consumer !== action.payload.consumerId);
|
||||
|
||||
return { ...state, consumers };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user