Skip to content

Commit

Permalink
fix: sponsor evento without image
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Nov 14, 2023
1 parent e47a156 commit bc25b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/View/Commons/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const messages = defineMessages({
const Sponsor = ({ item }) => {
const Image = config.getComponent({ name: 'Image' }).component;
const image =
item &&
item?.image &&
Image({
item: item,
sizes: '600px',
Expand Down

0 comments on commit bc25b26

Please sign in to comment.