From abb525d6d78d47e007df3ded776465aca3e888bc Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Thu, 24 Mar 2022 17:51:39 -0300 Subject: [PATCH 1/2] [FIX] Passing param room type when editing --- app/views/RoomInfoEditView/index.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/RoomInfoEditView/index.tsx b/app/views/RoomInfoEditView/index.tsx index 6f8b8a2749..55cd84f80b 100644 --- a/app/views/RoomInfoEditView/index.tsx +++ b/app/views/RoomInfoEditView/index.tsx @@ -293,10 +293,7 @@ class RoomInfoEditView extends React.Component Date: Thu, 24 Mar 2022 18:19:19 -0300 Subject: [PATCH 2/2] Fixed conditional --- app/views/RoomInfoEditView/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/RoomInfoEditView/index.tsx b/app/views/RoomInfoEditView/index.tsx index 55cd84f80b..615453be62 100644 --- a/app/views/RoomInfoEditView/index.tsx +++ b/app/views/RoomInfoEditView/index.tsx @@ -293,7 +293,9 @@ class RoomInfoEditView extends React.Component