We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c6795 commit 5d35187Copy full SHA for 5d35187
src/pages/dashboard/composables/useEditorialLogic.js
@@ -215,7 +215,7 @@ export function useEditorialLogic() {
215
activeStage.id === pkp.const.WORKFLOW_STAGE_ID_EXTERNAL_REVIEW ||
216
activeStage.id === pkp.const.WORKFLOW_STAGE_ID_INTERNAL_REVIEW
217
) {
218
- const activeRound = getCurrentReviewRound(submission);
+ const activeRound = getCurrentReviewRound(submission, activeStage.id);
219
220
if (
221
[pkp.const.REVIEW_ROUND_STATUS_REVISIONS_REQUESTED].includes(
0 commit comments