Skip to content

Commit 1460652

Browse files
committed
fix: remove unnecessary lint ignore
1 parent 16abde0 commit 1460652

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/posts/components/NewPostModal/NewPostModal.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default meta
2121
type Story = StoryObj<typeof NewPostModal>
2222

2323
const defaultRenderFn: Story['render'] = (args) => {
24-
// eslint-disable-next-line react-hooks/rules-of-hooks
2524
const modalProps = useDisclosure({ defaultIsOpen: true })
2625

2726
return (

0 commit comments

Comments
 (0)