Skip to content

Commit

Permalink
Release terms for reviewed preprints teasers on /reviewed-preprints
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed Dec 11, 2024
1 parent d9f550b commit fa9f1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ViewModel/Converter/ReviewedPreprintTeaserConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public function convert($object, string $viewModel = null, array $context = [])
$this->createContextLabel($object),
$object->getThumbnail() ? $this->smallTeaserImage($object) : null,
ViewModel\TeaserFooter::forArticle(
$meta
// $object->getElifeAssessment() ? $this->buildTeaserTerms($object->getElifeAssessment()) : null
$meta,
$object->getElifeAssessment() ? $this->buildTeaserTerms($object->getElifeAssessment()) : null
)
);
}
Expand Down

0 comments on commit fa9f1e8

Please sign in to comment.