Skip to content
Snippets Groups Projects
Unverified Commit c9d7c9ca authored by Gabriel Carvalho de Campes's avatar Gabriel Carvalho de Campes Committed by GitHub
Browse files

fix endmeeting handler with incorrect name

parent ba019e52
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,6 @@ export default createContainer(() => {
return {
showEndMeeting: !meetingIsBreakout() &&
isModerator(),
endMeeting: endMeeting,
handleEndMeeting: endMeeting,
}
}, LogoutConfirmationContainer);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment