Skip to content

Commit

Permalink
pkp/pkp-lib#4787 Not to show suggestion side panel in review stage in…
Browse files Browse the repository at this point in the history
… no suggestion available
  • Loading branch information
touhidurabir committed Nov 20, 2024
1 parent 39e9a25 commit 32e368d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<template v-if="reviewerSuggestionManagerStore.reviewerSuggestionsList?.length">
<div class="border border-light" data-cy="reviewer-sguuestion-manager">
<template>
<div
v-if="reviewerSuggestionManagerStore.reviewerSuggestionsList.length > 0"
class="border border-light"
data-cy="reviewer-sguuestion-manager"
>
<div class="flex items-center justify-between bg-default p-5">
<h3 class="text-2xl-bold uppercase text-heading">
{{ t('editor.submission.reviewerSuggestions') }}
Expand Down

0 comments on commit 32e368d

Please sign in to comment.