Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit a85da1c

Browse files
committed
minor warning fixed
1 parent 83479ec commit a85da1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/useDisconnect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const useDisconnect = () => {
1414
})
1515
reset()
1616
router.push('/')
17+
// eslint-disable-next-line react-hooks/exhaustive-deps
1718
}, [router])
1819

1920
return {

0 commit comments

Comments
 (0)