mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
Add Missing Semicolon
This commit is contained in:
parent
67e3ffeed4
commit
449d8e1034
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
|||
// show img.alt without broken image icon
|
||||
currentTarget.className = styles['missing'];
|
||||
}
|
||||
}
|
||||
};
|
||||
return (
|
||||
<div className={classnames(className, styles['meta-preview-container'], { [styles['compact']]: compact })}>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue