Skip to content

Commit

Permalink
Disable lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Dec 12, 2024
1 parent a1d26bc commit ac43319
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ export const Card = ({
trailTextSize,
trailTextColour,
podcastImage,
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- Added in preparation for UI changes to display gallery count
galleryCount,
}: Props) => {
const hasSublinks = supportingContent && supportingContent.length > 0;
Expand Down Expand Up @@ -557,9 +558,6 @@ export const Card = ({
);
};

/** This log has been deliberatley left in to satisfy the lint check of gallery count not being used */
console.log({ galleryCount });

return (
<CardWrapper
format={format}
Expand Down

0 comments on commit ac43319

Please sign in to comment.