From a1bdaf65f6eb6e06b4ce89a645ac9d3d5b3e213a Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 2 Aug 2026 21:00:25 -0400 Subject: [PATCH] removed unused eslint-disables, ran prettier fix --- src/app/components/math/KaTeX.tsx | 1 - src/app/features/room-settings/RoomServerACL.tsx | 1 - src/app/features/room/widgets/RoomWidgetView.tsx | 1 - src/app/hooks/useRoomMeta.ts | 7 +------ src/app/pages/client/ClientNonUIFeatures.tsx | 1 - 5 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/app/components/math/KaTeX.tsx b/src/app/components/math/KaTeX.tsx index ebaf17e7d..a2a84be21 100644 --- a/src/app/components/math/KaTeX.tsx +++ b/src/app/components/math/KaTeX.tsx @@ -34,7 +34,6 @@ export default function KaTeX({ latex, displayMode = false }: KaTeXProps) { return ( ); diff --git a/src/app/features/room-settings/RoomServerACL.tsx b/src/app/features/room-settings/RoomServerACL.tsx index aea24e43d..c48e691d3 100644 --- a/src/app/features/room-settings/RoomServerACL.tsx +++ b/src/app/features/room-settings/RoomServerACL.tsx @@ -341,7 +341,6 @@ export function RoomServerACL({ requestClose }: RoomServerACLProps) { variant="Primary" /> - {/* eslint-disable-next-line jsx-a11y/label-has-associated-control */}