Skip to content

Commit

Permalink
Remove CodeQL errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed Sep 26, 2023
1 parent eaec6a9 commit e88924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common-widgets/src/hero/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function Widget({
width: "100%",
}}
>
<Image src={media && media.file} />
<Image src={media.file} />
</div>
)}
</div>
Expand Down

0 comments on commit e88924b

Please sign in to comment.