Skip to content

Commit 86b2002

Browse files
committed
fix: type error
1 parent 7f86253 commit 86b2002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/pages/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,8 +1661,8 @@ export default function Layout(props: ParentProps) {
16611661
)
16621662

16631663
return (
1664-
// @ts-ignore
16651664
<div
1665+
// @ts-ignore
16661666
use:sortable
16671667
classList={{
16681668
"opacity-30": sortable.isActiveDraggable,

0 commit comments

Comments
 (0)