Skip to content

Commit

Permalink
fix: uo responsabili image check (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini authored Jan 13, 2025
1 parent f950246 commit 889e165
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 889e165

Please sign in to comment.