Fixes the message for who kicked you.

This commit is contained in:
damencho 2019-11-20 15:23:58 +02:00 committed by Дамян Минков
parent 8f0a12016a
commit 2544d0a084
1 changed files with 1 additions and 1 deletions

View File

@ -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({