diff --git a/src/app/organisms/room/RoomSettings.jsx b/src/app/organisms/room/RoomSettings.jsx index 057d45a2..cfccd003 100644 --- a/src/app/organisms/room/RoomSettings.jsx +++ b/src/app/organisms/room/RoomSettings.jsx @@ -63,10 +63,6 @@ function GeneralSettings({ roomId }) { return ( <> -
- Notification (Changing this will only affect you) - -
Invite - roomActions.leave(roomId)} iconSrc={LeaveArrowIC}>Leave + { + if (confirm('Are you really want to leave this room?')) { + roomActions.leave(roomId); + } + }} + iconSrc={LeaveArrowIC} + > + Leave + +
+
+ Notification (Changing this will only affect you) +
Room visibility (who can join)