From 18e18d911ef6beee17094e0acd536868d5efd3bd Mon Sep 17 00:00:00 2001 From: Anna Beddow Date: Thu, 19 Dec 2024 14:21:14 +0000 Subject: [PATCH] fix linting --- dotcom-rendering/src/components/FlexibleGeneral.tsx | 1 + dotcom-rendering/src/components/FlexibleSpecial.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/dotcom-rendering/src/components/FlexibleGeneral.tsx b/dotcom-rendering/src/components/FlexibleGeneral.tsx index f95e7fa7a8..c13a3a5cd2 100644 --- a/dotcom-rendering/src/components/FlexibleGeneral.tsx +++ b/dotcom-rendering/src/components/FlexibleGeneral.tsx @@ -19,6 +19,7 @@ import type { ResponsiveFontSize } from './CardHeadline'; import type { Loading } from './CardPicture'; import { FrontCard } from './FrontCard'; import type { Alignment } from './SupportingContent'; + type Props = { groupedTrails: DCRGroupedTrails; imageLoading: Loading; diff --git a/dotcom-rendering/src/components/FlexibleSpecial.tsx b/dotcom-rendering/src/components/FlexibleSpecial.tsx index c9fd2f3031..9b09bb367a 100644 --- a/dotcom-rendering/src/components/FlexibleSpecial.tsx +++ b/dotcom-rendering/src/components/FlexibleSpecial.tsx @@ -17,6 +17,7 @@ import type { ResponsiveFontSize } from './CardHeadline'; import type { Loading } from './CardPicture'; import { FrontCard } from './FrontCard'; import type { Alignment } from './SupportingContent'; + type Props = { groupedTrails: DCRGroupedTrails; imageLoading: Loading;