Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RedTurtle/design-comuni-plone-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Jan 13, 2025
2 parents 17f8356 + 889e165 commit 0906a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const PaginaArgomentoView = ({ content }) => {
) {
alt = uo_object?.preview_caption;
} else if (
uo_object?.image_scales?.image.length > 0 &&
uo_object?.image_scales?.image?.length > 0 &&
uo_object?.image_caption
) {
alt = uo_object?.image_caption;
Expand Down

0 comments on commit 0906a4d

Please sign in to comment.