diff --git a/ts/Manager/RoomRow.tsx b/ts/Manager/RoomRow.tsx index f48dc59..5903646 100644 --- a/ts/Manager/RoomRow.tsx +++ b/ts/Manager/RoomRow.tsx @@ -194,7 +194,11 @@ const RoomRow: React.FC = (props) => { return ; } +<<<<<<< HEAD function edit(field: string, type: 'text' | 'number' = 'text', canEdit = true, options?) { +======= + function edit(field: string, type: 'text' | 'number' = 'text', canEdit: boolean = true, options?) { +>>>>>>> 63daf83 (feat: manage view of rooms for moderators and users) return canEdit ? :