diff --git a/ts/Manager/RoomRow.tsx b/ts/Manager/RoomRow.tsx index 5b3aa36..d854c6c 100644 --- a/ts/Manager/RoomRow.tsx +++ b/ts/Manager/RoomRow.tsx @@ -194,7 +194,7 @@ const RoomRow: React.FC = (props) => { return ; } - function edit(field: string, type: 'text' | 'number' = 'text', canEdit: boolean = true, options?) { + function edit(field: string, type: 'text' | 'number' = 'text', canEdit = true, options?) { return canEdit ? : @@ -261,12 +261,14 @@ const RoomRow: React.FC = (props) => { {} + {adminRoom && + } {adminRoom &&