Skip to content

Commit 5d35187

Browse files
pkp/pkp-lib#10825 Fix rendering editorial activity for authors in review stage
1 parent 63c6795 commit 5d35187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/dashboard/composables/useEditorialLogic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export function useEditorialLogic() {
215215
activeStage.id === pkp.const.WORKFLOW_STAGE_ID_EXTERNAL_REVIEW ||
216216
activeStage.id === pkp.const.WORKFLOW_STAGE_ID_INTERNAL_REVIEW
217217
) {
218-
const activeRound = getCurrentReviewRound(submission);
218+
const activeRound = getCurrentReviewRound(submission, activeStage.id);
219219

220220
if (
221221
[pkp.const.REVIEW_ROUND_STATUS_REVISIONS_REQUESTED].includes(

0 commit comments

Comments
 (0)