Fixes the message for who kicked you.
This commit is contained in:
parent
8f0a12016a
commit
2544d0a084
|
@ -20,7 +20,7 @@ export function notifyKickedOut(participant: Object, _: ?Function) { // eslint-d
|
||||||
return (dispatch: Dispatch<any>, getState: Function) => {
|
return (dispatch: Dispatch<any>, getState: Function) => {
|
||||||
const args = {
|
const args = {
|
||||||
participantDisplayName:
|
participantDisplayName:
|
||||||
getParticipantDisplayName(getState, participant.getDisplayName())
|
getParticipantDisplayName(getState, participant.getId())
|
||||||
};
|
};
|
||||||
|
|
||||||
dispatch(showNotification({
|
dispatch(showNotification({
|
||||||
|
|
Loading…
Reference in New Issue