Skip to content

Conversation

@brankopetric
Copy link

Tiltle "Reference" for reference section for single article will always be present since condition check is not correct.
$parsedCitations is LazyCollection which is always true for if statement so we have to check if there are items in collection.
So we need to replace if $parsedCitations with if count($parsedCitations)

$parsedCitations is LazyCollection which is always true for if statement so we have to check if there are items in collection.
@CLAassistant
Copy link

CLAassistant commented Dec 30, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants