Client:CreateEditRoomDialog: Fixed bug 66745

This commit is contained in:
Akmal Isomadinov 2024-03-05 22:34:02 +05:00
parent 4c1cf0ce72
commit 58e5942c3e

View File

@ -10,9 +10,9 @@ const DialogHeader = ({ t, isEdit, isChooseRoomType, onArrowClick }) => {
return ( return (
<> <>
{isEdit ? ( {isEdit ? (
t("RoomEditing") <span>{t("RoomEditing")}</span>
) : isChooseRoomType ? ( ) : isChooseRoomType ? (
t("ChooseRoomType") <span>{t("ChooseRoomType")}</span>
) : ( ) : (
<div className="header-with-button"> <div className="header-with-button">
<IconButton <IconButton