Skip to content

Commit

Permalink
#3060-small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Dec 14, 2024
1 parent eec9ffd commit ed36d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const EditLogo = () => {
) : (
<>
<Box sx={{ display: 'flex', flexDirection: 'column', height: 350, width: 300 }}>
<LogoDisplay imageUrl={imageData ? imageData.url : undefined} />
<LogoDisplay imageUrl={imageData.url} />
<Box
sx={{
display: 'flex',
Expand Down

0 comments on commit ed36d21

Please sign in to comment.