diff --git a/internal_packages/composer/lib/participants-text-field.cjsx b/internal_packages/composer/lib/participants-text-field.cjsx index 39eca2926..b3c96b4e4 100644 --- a/internal_packages/composer/lib/participants-text-field.cjsx +++ b/internal_packages/composer/lib/participants-text-field.cjsx @@ -131,7 +131,7 @@ ParticipantsTextField = React.createClass )) menu.append(new MenuItem( label: 'Remove', - click: => @_remove(participant) + click: => @_remove([participant]) )) menu.popup(remote.getCurrentWindow())