Skip to content

Commit b207e83

Browse files
author
uddhav bhople
committed
fix: remove invalid eslint-disable comment in RepositoryItem
1 parent 01bda00 commit b207e83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

components/RepositoryItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const RepositoryItem = ({ repository }: RepositoryItemProps) => {
1919

2020
useEffect(() => {
2121
if (isIssueOpen) {
22-
// eslint-disable-next-line react-hooks/set-state-in-effect
2322
setIsIssuesListVisible(true);
2423
} else {
2524
// Delay unmounting to allow close animation to complete

0 commit comments

Comments
 (0)