Skip to content

Commit

Permalink
fix: conditional chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Nov 28, 2024
1 parent 9279fea commit f91dd55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const PaginaArgomentoView = ({ content }) => {
uo_object?.image_scales?.image?.length > 0 &&
uo_object?.image_caption
) {
alt = uo_object.image_caption;
alt = uo_object?.image_caption;
}

return (
Expand Down

0 comments on commit f91dd55

Please sign in to comment.