Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodlenet
MoodleNet Frontend
Commits
deba50a8
Commit
deba50a8
authored
Jun 03, 2020
by
aleclofabbro
Browse files
Merge branch 'fix/user_community_follows_query_misssing_limit_var' into develop
parents
3eb81ac2
97438866
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fe/community/user/useUserFollowedCommunities.ts
View file @
deba50a8
...
...
@@ -10,7 +10,7 @@ export interface Props {
export
const
useUserFollowedCommunities
=
(
userId
:
User
[
'
id
'
])
=>
{
const
userQ
=
GQL
.
useUserFollowedCommunitiesQuery
({
variables
:
{
userId
}
variables
:
{
userId
,
limit
:
DEFAULT_PAGE_SIZE
}
});
const
followedCommunitiesPage
=
usePage
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment