Skip to content

Commit

Permalink
pkp/pkp-lib#10825 Fix rendering editorial activity for authors in rev…
Browse files Browse the repository at this point in the history
…iew stage
  • Loading branch information
jardakotesovec committed Jan 22, 2025
1 parent 63c6795 commit 5d35187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/composables/useEditorialLogic.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export function useEditorialLogic() {
activeStage.id === pkp.const.WORKFLOW_STAGE_ID_EXTERNAL_REVIEW ||
activeStage.id === pkp.const.WORKFLOW_STAGE_ID_INTERNAL_REVIEW
) {
const activeRound = getCurrentReviewRound(submission);
const activeRound = getCurrentReviewRound(submission, activeStage.id);

if (
[pkp.const.REVIEW_ROUND_STATUS_REVISIONS_REQUESTED].includes(
Expand Down

0 comments on commit 5d35187

Please sign in to comment.