From 6c69c3d6e3ced205aeffe3f5fea8005e3a26fccb Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 4 Aug 2026 20:26:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8(frontend)=20apply=20lint=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Run the frontend linter/formatter and commit the resulting fixes to keep the codebase clean and consistent. --- src/frontend/src/features/layout/components/GridLayout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/features/layout/components/GridLayout.tsx b/src/frontend/src/features/layout/components/GridLayout.tsx index a0f65868..fe51f7a3 100644 --- a/src/frontend/src/features/layout/components/GridLayout.tsx +++ b/src/frontend/src/features/layout/components/GridLayout.tsx @@ -12,7 +12,6 @@ import { useGridLayout } from '../hooks/useGridLayout' import { PaginationControl } from './PaginationControl' import { useSpeakerPromotionTrigger } from '../hooks/useSpeakerPromotionTrigger' - /** @public */ export interface GridLayoutProps extends