Skip to content

Commit d2472e9

Browse files
committed
pkp/pkp-lib#9453 Use the localized recommandation value
1 parent 72502a4 commit d2472e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/reviewerSubmission/RoundHistoryModal.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<p v-else>{{ t('reviewer.submission.reviewRound.emailLog.defaultMessage') }}</p>
3737
</div>
3838
<div v-else>
39-
<Panel v-if="store.reviewRoundHistory.reviewAssignment.recommendation" v-bind="panelOptions" class="mb-4">
39+
<Panel v-if="store.reviewRoundHistory.recommendation" v-bind="panelOptions" class="mb-4">
4040
<PanelSection>
4141
<template #header>
4242
<h2>{{ t('reviewer.article.recommendation') }}</h2>
4343
</template>
44-
<p>{{ store.reviewRoundHistory.reviewAssignment.recommendation }}</p>
44+
<p>{{ store.reviewRoundHistory.recommendation }}</p>
4545
</PanelSection>
4646
</Panel>
4747

0 commit comments

Comments
 (0)