We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa08417 commit c8039d9Copy full SHA for c8039d9
apps/meteor/client/lib/rooms/roomTypes/private.ts
@@ -82,7 +82,6 @@ roomCoordinator.add(
82
},
83
84
getIcon(room) {
85
- // @ts-expect-error TODO: Implement ABAC attributes in rooms
86
if (room.abacAttributes) {
87
if (room.teamMain) {
88
return 'team-shield';
0 commit comments