Skip to content

Commit

Permalink
ignore type
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Jan 20, 2025
1 parent 6625869 commit 3abff44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/components/ui/image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function ImageContainer({
export function Image({ aspectRatio, fit, ...props }: IImageProps) {
return (
<ImageContainer aspectRatio={aspectRatio}>
{/* @ts-ignore */}
<NextImage
style={{
marginTop: 0,
Expand Down

0 comments on commit 3abff44

Please sign in to comment.