Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Oct 28, 2024
1 parent 952e6da commit b5fad90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/HowCanIHelp/CatgoryCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import './category-carousel.css'
const PER_BOX = 320

type CategoryCarouselProps = {
title: React.ReactNode;
category: PageId;
title: React.ReactNode
category: PageId
}

const CategoryCarousel = ({title, category}: CategoryCarouselProps) => {
Expand Down

0 comments on commit b5fad90

Please sign in to comment.