Skip to content

Commit

Permalink
feat(Sheet)!: remove extra wrapper around content (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner authored Jan 15, 2025
1 parent 8ab7da5 commit bd68b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sheet/SheetContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class SheetContent extends React.Component<SheetContentInnerProps, SheetContentS
{title}
</div>
)}
<div>{content}</div>
{content}
</div>
</div>
</div>
Expand Down

0 comments on commit bd68b1e

Please sign in to comment.