fix: remove unused useRoomName import, run prettier on all changed files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 21:38:35 -04:00
parent 16dddcb9f0
commit fc9ba03943
8 changed files with 394 additions and 222 deletions
+1 -3
View File
@@ -594,9 +594,7 @@ function RoomNavItem_({
</PopOut>
</NavItemOptions>
)}
{renameDialog && (
<RenameRoomDialog room={room} onClose={() => setRenameDialog(false)} />
)}
{renameDialog && <RenameRoomDialog room={room} onClose={() => setRenameDialog(false)} />}
</NavItem>
);
}