Fixes the message for who kicked you.

This commit is contained in:
damencho
2019-11-20 17:01:00 +02:00
committed by Дамян Минков
parent 8f0a12016a
commit 2544d0a084
+1 -1
View File
@@ -20,7 +20,7 @@ export function notifyKickedOut(participant: Object, _: ?Function) { // eslint-d
return (dispatch: Dispatch<any>, getState: Function) => {
const args = {
participantDisplayName:
getParticipantDisplayName(getState, participant.getDisplayName())
getParticipantDisplayName(getState, participant.getId())
};
dispatch(showNotification({