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';