Skip to content

Commit

Permalink
feat(lib): rm an unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Oct 23, 2023
1 parent cf62bb8 commit ef0c0cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function HomeScreen({ navigation }: StackScreenProps<HomeStackParamList,

useEffect(() => {
const disconnectFuncs = channels.map((ch) =>
ch.connect((message) => {
ch.connect(() => {
fetchUnreadMessagesCount()
})
)
Expand Down

0 comments on commit ef0c0cf

Please sign in to comment.