tweak leave space on preview

pull/21833/head
Michael Telatynski 2021-04-28 08:59:02 +01:00
parent 18a01d9271
commit 9dff5cd596
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ const SpacePreview = ({ space, onJoinButtonClicked, onRejectButtonClicked }) =>
<AccessibleButton <AccessibleButton
kind="danger" kind="danger"
onClick={() => { onClick={() => {
setBusy(true);
dis.dispatch({ dis.dispatch({
action: "leave_room", action: "leave_room",
room_id: space.roomId, room_id: space.roomId,