tweak leave space on preview

This commit is contained in:
Michael Telatynski 2021-04-28 08:59:02 +01:00
parent 18a01d9271
commit 9dff5cd596

View file

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