mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
tweak leave space on preview
This commit is contained in:
parent
18a01d9271
commit
9dff5cd596
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ const SpacePreview = ({ space, onJoinButtonClicked, onRejectButtonClicked }) =>
|
|||
<AccessibleButton
|
||||
kind="danger"
|
||||
onClick={() => {
|
||||
setBusy(true);
|
||||
dis.dispatch({
|
||||
action: "leave_room",
|
||||
room_id: space.roomId,
|
||||
|
|
Loading…
Reference in a new issue