From 1e553dc89c3d3eb0a9333c9c397ecc9901f8d28f Mon Sep 17 00:00:00 2001 From: segersniels Date: Mon, 5 Aug 2024 14:21:27 +0200 Subject: [PATCH] :rotating_light: Fix linting --- apps/web/app/components/ui/select.tsx | 1 + apps/web/app/components/ui/separator.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/web/app/components/ui/select.tsx b/apps/web/app/components/ui/select.tsx index 9e47686..7b68be9 100644 --- a/apps/web/app/components/ui/select.tsx +++ b/apps/web/app/components/ui/select.tsx @@ -1,3 +1,4 @@ +/* eslint-disable react/prop-types */ import * as React from 'react'; import { CaretSortIcon, diff --git a/apps/web/app/components/ui/separator.tsx b/apps/web/app/components/ui/separator.tsx index a1724a3..c1cc09e 100644 --- a/apps/web/app/components/ui/separator.tsx +++ b/apps/web/app/components/ui/separator.tsx @@ -1,3 +1,4 @@ +/* eslint-disable react/prop-types */ import * as React from 'react'; import * as SeparatorPrimitive from '@radix-ui/react-separator';