Skip to content

Commit

Permalink
Merge branch 'main' into fix-supported-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Feb 18, 2025
2 parents caa8b6a + 8a4cd22 commit 4732a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/volto/news/6759.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix load more comments link. @sneridagh
2 changes: 1 addition & 1 deletion packages/volto/src/components/theme/Comments/Comments.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const Comments = (props) => {
};

const loadMoreComments = () => {
dispatch(listMoreComments(next));
dispatch(listMoreComments(flattenToAppURL(next)));
};

const onDelete = (value) => {
Expand Down

0 comments on commit 4732a76

Please sign in to comment.