small fix

This commit is contained in:
chrisk325 2026-01-28 22:30:52 +05:30 committed by GitHub
parent 6f0db7303b
commit 504a34df24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -250,6 +250,7 @@ export const RatingsSection: React.FC<RatingsSectionProps> = ({ imdbId, type })
uri={config.icon as string}
width={source === 'imdb' ? iconSize * 2 : iconSize}
height={iconSize}
style={{ marginRight: iconTextGap }}
/>
) : config.isImage ? (
<Image