Skip to content

Commit

Permalink
fix(docs): eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Jan 9, 2025
1 parent 20c98be commit 161ad7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const Layout = (props: LayoutProps) => {
className={cn(GeistSans.variable, GeistMono.variable, 'scroll-smooth')}
suppressHydrationWarning
>
{/* eslint-disable-next-line @eslint-react/dom/no-unknown-property -- custom attribute */}
<body vaul-drawer-wrapper=''>
<Providers>
{children}
Expand Down

0 comments on commit 161ad7e

Please sign in to comment.