Skip to content

Commit 452d6e0

Browse files
Remove unnecessary comment
1 parent effdd27 commit 452d6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect/src/hooks/useWallets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const useLinkedWallets = (args: GetLinkedWalletsArgs, options: UseLinkedW
122122
linkedWalletsListeners.delete(fetchData)
123123
abortControllerRef.current?.abort()
124124
}
125-
}, [fetchData]) // Keep dependency array as is, fetchData is stable due to useCallback
125+
}, [fetchData])
126126

127127
const clearCache = useCallback(() => {
128128
localStorage.removeItem(createStorageKey(args))

0 commit comments

Comments
 (0)