diff --git a/ui/sheet.tsx b/ui/sheet.tsx index 30aad22e..695f13dc 100644 --- a/ui/sheet.tsx +++ b/ui/sheet.tsx @@ -40,8 +40,8 @@ const SheetClose = Primitive.Close; // Sheet.Portal // --------------- -const SheetPortal = ({ className, ...props }: Primitive.DialogPortalProps) => ( - +const SheetPortal = (props: Primitive.DialogPortalProps) => ( + ); SheetPortal.displayName = Primitive.Portal.displayName;