mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
small fix
This commit is contained in:
parent
6f0db7303b
commit
504a34df24
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue