Skip to content

Commit 86a8aac

Browse files
committed
remove incorret dependency
1 parent c1e234a commit 86a8aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/OpenChannelList/context/hooks/useSetupOpenChannelList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function useSetupOpenChannelList(
7373
payload: null,
7474
});
7575
}
76-
}, [sdkInitialized, openChannelListQuery, logger]);
76+
}, [sdkInitialized, openChannelListQuery]);
7777
}
7878

7979
export default useSetupOpenChannelList;

0 commit comments

Comments
 (0)