We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72502a4 commit d2472e9Copy full SHA for d2472e9
src/pages/reviewerSubmission/RoundHistoryModal.vue
@@ -36,12 +36,12 @@
36
<p v-else>{{ t('reviewer.submission.reviewRound.emailLog.defaultMessage') }}</p>
37
</div>
38
<div v-else>
39
- <Panel v-if="store.reviewRoundHistory.reviewAssignment.recommendation" v-bind="panelOptions" class="mb-4">
+ <Panel v-if="store.reviewRoundHistory.recommendation" v-bind="panelOptions" class="mb-4">
40
<PanelSection>
41
<template #header>
42
<h2>{{ t('reviewer.article.recommendation') }}</h2>
43
</template>
44
- <p>{{ store.reviewRoundHistory.reviewAssignment.recommendation }}</p>
+ <p>{{ store.reviewRoundHistory.recommendation }}</p>
45
</PanelSection>
46
</Panel>
47
0 commit comments