Skip to content
Snippets Groups Projects
Commit cf95f93f authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #4191

Closes #4191

Merge request studip/studip!3068
parent 5c893613
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ export default {
// if total is missing, there are more comments to fetch
const total = rootGetters['blubber-comments/lastMeta']?.page?.total;
const hasMore = !total;
const hasMore = total ?? true;
commit('setMoreOlder', { id, hasMore });
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment