fix: minor code quality improvements - add emoji constants, fix type safety, cleanup comments

This commit is contained in:
2025-09-11 16:38:27 -06:00
parent 06246b8b8e
commit 21a8a1b274
4 changed files with 16 additions and 13 deletions

View File

@@ -371,7 +371,6 @@ export default function Room(details: RoomDetails) {
);
}
// For ICS-enabled rooms, show meeting selection
if (room.ics_enabled) {
return (
<MeetingSelection